Html Css Color HEX #899CC5 Polo Blue

📋 copy color: '#899CC5'

red 137 ◦ green 156 ◦ blue 197

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

Shades of Polo Blue #899CC5

Tints of Polo Blue #899CC5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.84%

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

R = 27.96%
G = 31.84%
B = 40.2%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#899CC5 (or 0x899CC5) is known color: Polo Blue. HEX triplet: 89, 9C and C5. RGB value is (137,156,197). Sum of RGB (Red+Green+Blue) = 137+156+197=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 197 - color contains mainly: blue. Hex color #899CC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899CC5 is #76633A. Grayscale: #9A9A9A. Windows color (decimal): -7758651 or 12950665. OLE color: 12950665.

HSL color Cylindrical-coordinate representation of color #899CC5: hue angle of 221º 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 #899CC5 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 137 156 197 -
CMYK 0.30 0.21 0 0.23
HSL 221º 0.34% 0.65% -
HSV(B) 221º 0.3% 0.77% -
XYZ 32.28 33.13 57.52 -
YUV 154.99 151.71 115.17 -
System Red Green Blue C M Y K H S L
Decimal 137 156 197 0.30 0.21 0 0.23 221 0.34 0.65
Hex 89 9C C5 1E 15 0 17 DD 22 41
Octal 211 234 305 36 25 0 27 335 42 101
Binary 10001001 10011100 11000101 11110 10101 0 10111 11011101 100010 1000001

Color Harmonies of #899CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899CC5

Black with #899CC5

Text Example


Text Example

White with #899CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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