#7D889E

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

Shades of Ship Cove #7D889E

Tints of Ship Cove #7D889E

Color information

#7D889E (or 0x7D889E) is unknown color: approx Ship Cove. HEX triplet: 7D, 88 and 9E. RGB value is (125,136,158). Sum of RGB (Red+Green+Blue) = 125+136+158=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D889E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D889E is #827761. Grayscale: #878787. Windows color (decimal): -8550242 or 10389629. OLE color: 10389629.

HSL color Cylindrical-coordinate representation of color #7D889E: hue angle of 220º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D889E is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB125136158-
CMYK0.210.1400.38
HSL220º14.54%55.49%-
HSV(B)220º20.89%61.96%-
XYZ23.4324.4435.83-
YUV135.22140.86120.71-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.83%
GREEN value IS 136 (53.52% from 255) = 32.46%
BLUE value IS 158 (62.11% from 255) = 37.71%
R=29.83%
G=32.46%
B=37.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1251361580.210.1400.3822014.5455.49
Hex7D889E15E026dcf37
Octal17521023625160463341767
Binary111110110001000100111101010111100100110110111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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