#7F8CAB

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

Shades of Ship Cove #7F8CAB

Tints of Ship Cove #7F8CAB

Color information

#7F8CAB (or 0x7F8CAB) is unknown color: approx Ship Cove. HEX triplet: 7F, 8C and AB. RGB value is (127,140,171). Sum of RGB (Red+Green+Blue) = 127+140+171=438 (58% of max value = 765). Red value is 127 (50% from 255 or 29.00% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F8CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8CAB is #807354. Grayscale: #8B8B8B. Windows color (decimal): -8418133 or 11242623. OLE color: 11242623.

HSL color Cylindrical-coordinate representation of color #7F8CAB: hue angle of 222.27º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F8CAB is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB127140171-
CMYK0.260.1800.33
HSL222.27º20.75%58.43%-
HSV(B)222.27º25.73%67.06%-
XYZ25.4826.2142.24-
YUV139.65145.69118.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.00%
GREEN value IS 140 (55.08% from 255) = 31.96%
BLUE value IS 171 (67.19% from 255) = 39.04%
R=29.00%
G=31.96%
B=39.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271401710.260.1800.33222.2720.7558.43
Hex7F8CAB1A12021de153a
Octal17721425332220413362572
Binary11111111000110010101011110101001001000011101111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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