Html Css Color HEX #7E8CAA Ship Cove

📋 copy color: '#7E8CAA'

red 126 ◦ green 140 ◦ blue 170

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

Shades of Ship Cove #7E8CAA

Tints of Ship Cove #7E8CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.11%

 BLUE value IS 170 (66.8% from 255) = 38.99%

R = 28.9%
G = 32.11%
B = 38.99%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E8CAA (or 0x7E8CAA) is known color: Ship Cove. HEX triplet: 7E, 8C and AA. RGB value is (126,140,170). Sum of RGB (Red+Green+Blue) = 126+140+170=436 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.90% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E8CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8CAA is #817355. Grayscale: #8B8B8B. Windows color (decimal): -8483670 or 11177086. OLE color: 11177086.

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

Color convert

RGB 126 140 170 -
CMYK 0.26 0.18 0 0.33
HSL 220.91º 0.21% 0.58% -
HSV(B) 220.91º 0.26% 0.67% -
XYZ 25.24 26.09 41.74 -
YUV 139.23 145.36 118.56 -
System Red Green Blue C M Y K H S L
Decimal 126 140 170 0.26 0.18 0 0.33 220.91 0.21 0.58
Hex 7E 8C AA 1A 12 0 21 DD 15 3A
Octal 176 214 252 32 22 0 41 335 25 72
Binary 1111110 10001100 10101010 11010 10010 0 100001 11011101 10101 111010

Color Harmonies of #7E8CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8CAA

Black with #7E8CAA

Text Example


Text Example

White with #7E8CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,140,170); }

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

background-color css

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

 a { background-color: rgb(126,140,170); }

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

border-color css

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

 span { border-color: rgb(126,140,170); }

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