Html Css Color HEX #727FA9 Ship Cove

📋 copy color: '#727FA9'

red 114 ◦ green 127 ◦ blue 169

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

Shades of Ship Cove #727FA9

Tints of Ship Cove #727FA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 41.22%

R = 27.8%
G = 30.98%
B = 41.22%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#727FA9 (or 0x727FA9) is known color: Ship Cove. HEX triplet: 72, 7F and A9. RGB value is (114,127,169). Sum of RGB (Red+Green+Blue) = 114+127+169=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 169 (66.41% from 255 or 41.22% from 410); Max value from RGB is 169 - color contains mainly: blue. Hex color #727FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727FA9 is #8D8056. Grayscale: #7F7F7F. Windows color (decimal): -9273431 or 11108210. OLE color: 11108210.

HSL color Cylindrical-coordinate representation of color #727FA9: hue angle of 225.82º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #727FA9 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 114 127 169 -
CMYK 0.33 0.25 0 0.34
HSL 225.82º 0.24% 0.55% -
HSV(B) 225.82º 0.33% 0.66% -
XYZ 21.69 21.62 40.57 -
YUV 127.9 151.19 118.08 -
System Red Green Blue C M Y K H S L
Decimal 114 127 169 0.33 0.25 0 0.34 225.82 0.24 0.55
Hex 72 7F A9 21 19 0 22 E2 18 37
Octal 162 177 251 41 31 0 42 342 30 67
Binary 1110010 1111111 10101001 100001 11001 0 100010 11100010 11000 110111

Color Harmonies of #727FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727FA9

Black with #727FA9

Text Example


Text Example

White with #727FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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