Html Css Color HEX #7E89AB Ship Cove

📋 copy color: '#7E89AB'

red 126 ◦ green 137 ◦ blue 171

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

Shades of Ship Cove #7E89AB

Tints of Ship Cove #7E89AB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.57%

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

R = 29.03%
G = 31.57%
B = 39.4%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E89AB (or 0x7E89AB) is known color: Ship Cove. HEX triplet: 7E, 89 and AB. RGB value is (126,137,171). Sum of RGB (Red+Green+Blue) = 126+137+171=434 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.03% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E89AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E89AB is #817654. Grayscale: #898989. Windows color (decimal): -8484437 or 11241854. OLE color: 11241854.

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

Color convert

RGB 126 137 171 -
CMYK 0.26 0.20 0 0.33
HSL 225.33º 0.21% 0.58% -
HSV(B) 225.33º 0.26% 0.67% -
XYZ 24.9 25.27 42.09 -
YUV 137.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 126 137 171 0.26 0.20 0 0.33 225.33 0.21 0.58
Hex 7E 89 AB 1A 14 0 21 E1 15 3A
Octal 176 211 253 32 24 0 41 341 25 72
Binary 1111110 10001001 10101011 11010 10100 0 100001 11100001 10101 111010

Color Harmonies of #7E89AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E89AB

Black with #7E89AB

Text Example


Text Example

White with #7E89AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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