#7F8DA4

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

Shades of Ship Cove #7F8DA4

Tints of Ship Cove #7F8DA4

Color information

#7F8DA4 (or 0x7F8DA4) is unknown color: approx Ship Cove. HEX triplet: 7F, 8D and A4. RGB value is (127,141,164). Sum of RGB (Red+Green+Blue) = 127+141+164=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 164 - color contains mainly: blue. Hex color #7F8DA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8DA4 is #80725B. Grayscale: #8B8B8B. Windows color (decimal): -8417884 or 10784127. OLE color: 10784127.

HSL color Cylindrical-coordinate representation of color #7F8DA4: hue angle of 217.3º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7F8DA4 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB127141164-
CMYK0.230.1400.36
HSL217.3º16.89%57.06%-
HSV(B)217.3º22.56%64.31%-
XYZ24.9826.2438.87-
YUV139.44141.86119.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.40%
GREEN value IS 141 (55.47% from 255) = 32.64%
BLUE value IS 164 (64.45% from 255) = 37.96%
R=29.40%
G=32.64%
B=37.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1271411640.230.1400.36217.316.8957.06
Hex7F8DA417E024d91139
Octal17721524427160443312171
Binary1111111100011011010010010111111001001001101100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,141,164); }

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

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

 a { background-color: rgb(127,141,164); }

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

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

 span { border-color: rgb(127,141,164); }

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