Html Css Color HEX #727FAB Ship Cove

📋 copy color: '#727FAB'

red 114 ◦ green 127 ◦ blue 171

#727FAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #727FAB

Tints of Ship Cove #727FAB

RGB

 RED value IS 114 (44.92% from 255) = 27.67%

 GREEN value IS 127 (50% from 255) = 30.83%

 BLUE value IS 171 (67.19% from 255) = 41.5%

R = 27.67%
G = 30.83%
B = 41.5%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#727FAB (or 0x727FAB) is known color: Ship Cove. HEX triplet: 72, 7F and AB. RGB value is (114,127,171). Sum of RGB (Red+Green+Blue) = 114+127+171=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #727FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727FAB is #8D8054. Grayscale: #7F7F7F. Windows color (decimal): -9273429 or 11239282. OLE color: 11239282.

HSL color Cylindrical-coordinate representation of color #727FAB: hue angle of 226.32º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #727FAB is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 127 171 -
CMYK 0.33 0.26 0 0.33
HSL 226.32º 0.25% 0.56% -
HSV(B) 226.32º 0.33% 0.67% -
XYZ 21.88 21.7 41.56 -
YUV 128.13 152.19 117.92 -
System Red Green Blue C M Y K H S L
Decimal 114 127 171 0.33 0.26 0 0.33 226.32 0.25 0.56
Hex 72 7F AB 21 1A 0 21 E2 19 38
Octal 162 177 253 41 32 0 41 342 31 70
Binary 1110010 1111111 10101011 100001 11010 0 100001 11100010 11001 111000

Color Harmonies of #727FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727FAB

Black with #727FAB

Text Example


Text Example

White with #727FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727FAB; }

 p { color: rgb(114,127,171); }

 H1.HeaderClassName
 {
   color: #727FAB;
 }
 .AnyTagClassName
 {
   color: #727FAB;
 }
</style>

background-color css

<style>
 a { background-color: #727FAB; }

 a { background-color: rgb(114,127,171); }

 div.DivClassName
 {
   background-color: #727FAB;
 }
 .BgClassName
 {
   background-color: #727FAB;
 }
</style>

border-color css

<style>
 span { border-color: #727FAB; }

 span { border-color: rgb(114,127,171); }

 td.TdClassName
 {
   border-color: #727FAB;
 }
 .TagClassName
 {
   border-color: #727FAB;
 }
</style>