Html Css Color HEX #899DC5 Polo Blue

📋 copy color: '#899DC5'

red 137 ◦ green 157 ◦ blue 197

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

Shades of Polo Blue #899DC5

Tints of Polo Blue #899DC5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.98%

 BLUE value IS 197 (77.34% from 255) = 40.12%

R = 27.9%
G = 31.98%
B = 40.12%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#899DC5 (or 0x899DC5) is known color: Polo Blue. HEX triplet: 89, 9D and C5. RGB value is (137,157,197). Sum of RGB (Red+Green+Blue) = 137+157+197=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 197 - color contains mainly: blue. Hex color #899DC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899DC5 is #76623A. Grayscale: #9B9B9B. Windows color (decimal): -7758395 or 12950921. OLE color: 12950921.

HSL color Cylindrical-coordinate representation of color #899DC5: hue angle of 220º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #899DC5 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 137 157 197 -
CMYK 0.30 0.20 0 0.23
HSL 220º 0.34% 0.65% -
HSV(B) 220º 0.3% 0.77% -
XYZ 32.45 33.46 57.57 -
YUV 155.58 151.37 114.75 -
System Red Green Blue C M Y K H S L
Decimal 137 157 197 0.30 0.20 0 0.23 220 0.34 0.65
Hex 89 9D C5 1E 14 0 17 DC 22 41
Octal 211 235 305 36 24 0 27 334 42 101
Binary 10001001 10011101 11000101 11110 10100 0 10111 11011100 100010 1000001

Color Harmonies of #899DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899DC5

Black with #899DC5

Text Example


Text Example

White with #899DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,157,197); }

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

background-color css

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

 a { background-color: rgb(137,157,197); }

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

border-color css

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

 span { border-color: rgb(137,157,197); }

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