Html Css Color HEX #7E8EAB Ship Cove

📋 copy color: '#7E8EAB'

red 126 ◦ green 142 ◦ blue 171

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

Shades of Ship Cove #7E8EAB

Tints of Ship Cove #7E8EAB

RGB

 RED value IS 126 (49.61% from 255) = 28.7%

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

 BLUE value IS 171 (67.19% from 255) = 38.95%

R = 28.7%
G = 32.35%
B = 38.95%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E8EAB (or 0x7E8EAB) is known color: Ship Cove. HEX triplet: 7E, 8E and AB. RGB value is (126,142,171). Sum of RGB (Red+Green+Blue) = 126+142+171=439 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.70% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E8EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8EAB is #817154. Grayscale: #8C8C8C. Windows color (decimal): -8483157 or 11243134. OLE color: 11243134.

HSL color Cylindrical-coordinate representation of color #7E8EAB: hue angle of 218.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7E8EAB is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 142 171 -
CMYK 0.26 0.17 0 0.33
HSL 218.67º 0.21% 0.58% -
HSV(B) 218.67º 0.26% 0.67% -
XYZ 25.63 26.72 42.34 -
YUV 140.52 145.2 117.64 -
System Red Green Blue C M Y K H S L
Decimal 126 142 171 0.26 0.17 0 0.33 218.67 0.21 0.58
Hex 7E 8E AB 1A 11 0 21 DB 15 3A
Octal 176 216 253 32 21 0 41 333 25 72
Binary 1111110 10001110 10101011 11010 10001 0 100001 11011011 10101 111010

Color Harmonies of #7E8EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8EAB

Black with #7E8EAB

Text Example


Text Example

White with #7E8EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,142,171); }

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

background-color css

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

 a { background-color: rgb(126,142,171); }

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

border-color css

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

 span { border-color: rgb(126,142,171); }

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