Html Css Color HEX #7D88AE Ship Cove

📋 copy color: '#7D88AE'

red 125 ◦ green 136 ◦ blue 174

#7D88AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #7D88AE

Tints of Ship Cove #7D88AE

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 value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D88AE (or 0x7D88AE) is known color: 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

RGB 125 136 174 -
CMYK 0.28 0.22 0 0.32
HSL 226.53º 0.23% 0.59% -
HSV(B) 226.53º 0.28% 0.68% -
XYZ 24.9 25.02 43.56 -
YUV 137.04 148.86 119.41 -
System Red Green Blue C M Y K H S L
Decimal 125 136 174 0.28 0.22 0 0.32 226.53 0.23 0.59
Hex 7D 88 AE 1C 16 0 20 E3 17 3B
Octal 175 210 256 34 26 0 40 343 27 73
Binary 1111101 10001000 10101110 11100 10110 0 100000 11100011 10111 111011

Color Harmonies of #7D88AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D88AE

Black with #7D88AE

Text Example


Text Example

White with #7D88AE

Text Example


Text Example

HTML Codes & Css Web 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>