#7D88AE

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

Shades of Ship Cove #7D88AE

Tints of Ship Cove #7D88AE

Color information

#7D88AE (or 0x7D88AE) is unknown color: approx Ship Cove. HEX triplet: 7D, 88 and AE. RGB value is (125,136,174). Sum of RGB (Red+Green+Blue) = 125+136+174=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D88AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D88AE is #827751. Grayscale: #888888. Windows color (decimal): -8550226 or 11438205. OLE color: 11438205.

HSL color Cylindrical-coordinate representation of color #7D88AE: hue angle of 226.53º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D88AE is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB125136174-
CMYK0.280.2200.32
HSL226.53º23.22%58.63%-
HSV(B)226.53º28.16%68.24%-
XYZ24.925.0243.56-
YUV137.04148.86119.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.74%
GREEN value IS 136 (53.52% from 255) = 31.26%
BLUE value IS 174 (68.36% from 255) = 40%
R=28.74%
G=31.26%
B=40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251361740.280.2200.32226.5323.2258.63
Hex7D88AE1C16020e3173b
Octal17521025634260403432773
Binary11111011000100010101110111001011001000001110001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D88AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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