#7D88A9

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

Shades of Ship Cove #7D88A9

Tints of Ship Cove #7D88A9

Color information

#7D88A9 (or 0x7D88A9) is unknown color: approx Ship Cove. HEX triplet: 7D, 88 and A9. RGB value is (125,136,169). Sum of RGB (Red+Green+Blue) = 125+136+169=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 169 - color contains mainly: blue. Hex color #7D88A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D88A9 is #827756. Grayscale: #888888. Windows color (decimal): -8550231 or 11110525. OLE color: 11110525.

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

Color convert

RGB125136169-
CMYK0.260.2000.34
HSL225º20.37%57.65%-
HSV(B)225º26.04%66.27%-
XYZ24.4224.8341.04-
YUV136.47146.36119.82-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.07%
GREEN value IS 136 (53.52% from 255) = 31.63%
BLUE value IS 169 (66.41% from 255) = 39.30%
R=29.07%
G=31.63%
B=39.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1251361690.260.2000.3422520.3757.65
Hex7D88A91A14022e1143a
Octal17521025132240423412472
Binary11111011000100010101001110101010001000101110000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D88A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,136,169); }

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

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

 a { background-color: rgb(125,136,169); }

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

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

 span { border-color: rgb(125,136,169); }

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