Html Css Color HEX #7F8AA9 Ship Cove

📋 copy color: '#7F8AA9'

red 127 ◦ green 138 ◦ blue 169

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

Shades of Ship Cove #7F8AA9

Tints of Ship Cove #7F8AA9

RGB

 RED value IS 127 (50% from 255) = 29.26%

 GREEN value IS 138 (54.3% from 255) = 31.8%

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

R = 29.26%
G = 31.8%
B = 38.94%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#7F8AA9 (or 0x7F8AA9) is known color: Ship Cove. HEX triplet: 7F, 8A and A9. RGB value is (127,138,169). Sum of RGB (Red+Green+Blue) = 127+138+169=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 169 (66.41% from 255 or 38.94% from 434); Max value from RGB is 169 - color contains mainly: blue. Hex color #7F8AA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8AA9 is #807556. Grayscale: #8A8A8A. Windows color (decimal): -8418647 or 11111039. OLE color: 11111039.

HSL color Cylindrical-coordinate representation of color #7F8AA9: hue angle of 224.29º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7F8AA9 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 127 138 169 -
CMYK 0.25 0.18 0 0.34
HSL 224.29º 0.2% 0.58% -
HSV(B) 224.29º 0.25% 0.66% -
XYZ 25 25.55 41.15 -
YUV 138.25 145.36 119.98 -
System Red Green Blue C M Y K H S L
Decimal 127 138 169 0.25 0.18 0 0.34 224.29 0.2 0.58
Hex 7F 8A A9 19 12 0 22 E0 14 3A
Octal 177 212 251 31 22 0 42 340 24 72
Binary 1111111 10001010 10101001 11001 10010 0 100010 11100000 10100 111010

Color Harmonies of #7F8AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8AA9

Black with #7F8AA9

Text Example


Text Example

White with #7F8AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F8AA9; }

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

 H1.HeaderClassName
 {
   color: #7F8AA9;
 }
 .AnyTagClassName
 {
   color: #7F8AA9;
 }
</style>

background-color css

<style>
 a { background-color: #7F8AA9; }

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

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

border-color css

<style>
 span { border-color: #7F8AA9; }

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

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