#7F8CA7

Color #7F8CA7 Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #7F8CA7

Tints of Ship Cove #7F8CA7

Color information

#7F8CA7 (or 0x7F8CA7) is unknown color: approx Ship Cove. HEX triplet: 7F, 8C and A7. RGB value is (127,140,167). Sum of RGB (Red+Green+Blue) = 127+140+167=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 167 (65.62% from 255 or 38.48% from 434); Max value from RGB is 167 - color contains mainly: blue. Hex color #7F8CA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8CA7 is #807358. Grayscale: #8B8B8B. Windows color (decimal): -8418137 or 10980479. OLE color: 10980479.

HSL color Cylindrical-coordinate representation of color #7F8CA7: hue angle of 220.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F8CA7 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB127140167-
CMYK0.240.1600.35
HSL220.5º18.52%57.65%-
HSV(B)220.5º23.95%65.49%-
XYZ25.1126.0640.27-
YUV139.19143.69119.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.26%
GREEN value IS 140 (55.08% from 255) = 32.26%
BLUE value IS 167 (65.62% from 255) = 38.48%
R=29.26%
G=32.26%
B=38.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1271401670.240.1600.35220.518.5257.65
Hex7F8CA71810023dc133a
Octal17721424730200433342372
Binary11111111000110010100111110001000001000111101110010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,140,167); }

 H1.HeaderClassName
 {
   color: #7F8CA7;
 }
 .AnyTagClassName
 {
   color: #7F8CA7;
 }
</style>
background-color css

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

 a { background-color: rgb(127,140,167); }

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

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

 span { border-color: rgb(127,140,167); }

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