#7E889F

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

Shades of Ship Cove #7E889F

Tints of Ship Cove #7E889F

Color information

#7E889F (or 0x7E889F) is unknown color: approx Ship Cove. HEX triplet: 7E, 88 and 9F. RGB value is (126,136,159). Sum of RGB (Red+Green+Blue) = 126+136+159=421 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.93% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 159 - color contains mainly: blue. Hex color #7E889F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E889F is #817760. Grayscale: #878787. Windows color (decimal): -8484705 or 10455166. OLE color: 10455166.

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

Color convert

RGB126136159-
CMYK0.210.1400.38
HSL221.82º14.67%55.88%-
HSV(B)221.82º20.75%62.35%-
XYZ23.6724.5536.29-
YUV135.63141.19121.13-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.93%
GREEN value IS 136 (53.52% from 255) = 32.30%
BLUE value IS 159 (62.5% from 255) = 37.77%
R=29.93%
G=32.30%
B=37.77%

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
Decimal1261361590.210.1400.38221.8214.6755.88
Hex7E889F15E026def38
Octal17621023725160463361770
Binary111111010001000100111111010111100100110110111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,136,159); }

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

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

 a { background-color: rgb(126,136,159); }

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

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

 span { border-color: rgb(126,136,159); }

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