Html Css Color HEX #7F89AB Ship Cove

📋 copy color: '#7F89AB'

red 127 ◦ green 137 ◦ blue 171

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

Shades of Ship Cove #7F89AB

Tints of Ship Cove #7F89AB

RGB

 RED value IS 127 (50% from 255) = 29.2%

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

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

R = 29.2%
G = 31.49%
B = 39.31%

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

#7F89AB (or 0x7F89AB) is known color: Ship Cove. HEX triplet: 7F, 89 and AB. RGB value is (127,137,171). Sum of RGB (Red+Green+Blue) = 127+137+171=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F89AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F89AB is #807654. Grayscale: #898989. Windows color (decimal): -8418901 or 11241855. OLE color: 11241855.

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

Color convert

RGB 127 137 171 -
CMYK 0.26 0.20 0 0.33
HSL 226.36º 0.21% 0.58% -
HSV(B) 226.36º 0.26% 0.67% -
XYZ 25.05 25.34 42.1 -
YUV 137.89 146.69 120.24 -
System Red Green Blue C M Y K H S L
Decimal 127 137 171 0.26 0.20 0 0.33 226.36 0.21 0.58
Hex 7F 89 AB 1A 14 0 21 E2 15 3A
Octal 177 211 253 32 24 0 41 342 25 72
Binary 1111111 10001001 10101011 11010 10100 0 100001 11100010 10101 111010

Color Harmonies of #7F89AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F89AB

Black with #7F89AB

Text Example


Text Example

White with #7F89AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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