Html Css Color HEX #899FC9 Polo Blue

📋 copy color: '#899FC9'

red 137 ◦ green 159 ◦ blue 201

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

Shades of Polo Blue #899FC9

Tints of Polo Blue #899FC9

RGB

 RED value IS 137 (53.91% from 255) = 27.57%

 GREEN value IS 159 (62.5% from 255) = 31.99%

 BLUE value IS 201 (78.91% from 255) = 40.44%

R = 27.57%
G = 31.99%
B = 40.44%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#899FC9 (or 0x899FC9) is known color: Polo Blue. HEX triplet: 89, 9F and C9. RGB value is (137,159,201). Sum of RGB (Red+Green+Blue) = 137+159+201=497 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.57% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 201 - color contains mainly: blue. Hex color #899FC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899FC9 is #766036. Grayscale: #9D9D9D. Windows color (decimal): -7757879 or 13213577. OLE color: 13213577.

HSL color Cylindrical-coordinate representation of color #899FC9: hue angle of 219.38º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #899FC9 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 137 159 201 -
CMYK 0.32 0.21 0 0.21
HSL 219.38º 0.37% 0.66% -
HSV(B) 219.38º 0.32% 0.79% -
XYZ 33.26 34.33 60.13 -
YUV 157.21 152.71 113.58 -
System Red Green Blue C M Y K H S L
Decimal 137 159 201 0.32 0.21 0 0.21 219.38 0.37 0.66
Hex 89 9F C9 20 15 0 15 DB 25 42
Octal 211 237 311 40 25 0 25 333 45 102
Binary 10001001 10011111 11001001 100000 10101 0 10101 11011011 100101 1000010

Color Harmonies of #899FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899FC9

Black with #899FC9

Text Example


Text Example

White with #899FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899FC9; }

 p { color: rgb(137,159,201); }

 H1.HeaderClassName
 {
   color: #899FC9;
 }
 .AnyTagClassName
 {
   color: #899FC9;
 }
</style>

background-color css

<style>
 a { background-color: #899FC9; }

 a { background-color: rgb(137,159,201); }

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

border-color css

<style>
 span { border-color: #899FC9; }

 span { border-color: rgb(137,159,201); }

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