Html Css Color HEX #7D8EAE Ship Cove

📋 copy color: '#7D8EAE'

red 125 ◦ green 142 ◦ blue 174

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

Shades of Ship Cove #7D8EAE

Tints of Ship Cove #7D8EAE

RGB

 RED value IS 125 (49.22% from 255) = 28.34%

 GREEN value IS 142 (55.86% from 255) = 32.2%

 BLUE value IS 174 (68.36% from 255) = 39.46%

R = 28.34%
G = 32.2%
B = 39.46%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D8EAE (or 0x7D8EAE) is known color: Ship Cove. HEX triplet: 7D, 8E and AE. RGB value is (125,142,174). Sum of RGB (Red+Green+Blue) = 125+142+174=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D8EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8EAE is #827151. Grayscale: #8C8C8C. Windows color (decimal): -8548690 or 11439741. OLE color: 11439741.

HSL color Cylindrical-coordinate representation of color #7D8EAE: hue angle of 219.18º 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 #7D8EAE is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 142 174 -
CMYK 0.28 0.18 0 0.32
HSL 219.18º 0.23% 0.59% -
HSV(B) 219.18º 0.28% 0.68% -
XYZ 25.77 26.76 43.85 -
YUV 140.57 146.87 116.9 -
System Red Green Blue C M Y K H S L
Decimal 125 142 174 0.28 0.18 0 0.32 219.18 0.23 0.59
Hex 7D 8E AE 1C 12 0 20 DB 17 3B
Octal 175 216 256 34 22 0 40 333 27 73
Binary 1111101 10001110 10101110 11100 10010 0 100000 11011011 10111 111011

Color Harmonies of #7D8EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8EAE

Black with #7D8EAE

Text Example


Text Example

White with #7D8EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D8EAE;
 }
 .AnyTagClassName
 {
   color: #7D8EAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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