Html Css Color HEX #899DCB Polo Blue

📋 copy color: '#899DCB'

red 137 ◦ green 157 ◦ blue 203

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

Shades of Polo Blue #899DCB

Tints of Polo Blue #899DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.85%

R = 27.57%
G = 31.59%
B = 40.85%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#899DCB (or 0x899DCB) is known color: Polo Blue. HEX triplet: 89, 9D and CB. RGB value is (137,157,203). Sum of RGB (Red+Green+Blue) = 137+157+203=497 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.57% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #899DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899DCB is #766234. Grayscale: #9C9C9C. Windows color (decimal): -7758389 or 13344137. OLE color: 13344137.

HSL color Cylindrical-coordinate representation of color #899DCB: hue angle of 221.82º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #899DCB is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 157 203 -
CMYK 0.33 0.23 0 0.20
HSL 221.82º 0.39% 0.67% -
HSV(B) 221.82º 0.33% 0.8% -
XYZ 33.15 33.74 61.27 -
YUV 156.26 154.37 114.26 -
System Red Green Blue C M Y K H S L
Decimal 137 157 203 0.33 0.23 0 0.20 221.82 0.39 0.67
Hex 89 9D CB 21 17 0 14 DE 27 43
Octal 211 235 313 41 27 0 24 336 47 103
Binary 10001001 10011101 11001011 100001 10111 0 10100 11011110 100111 1000011

Color Harmonies of #899DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899DCB

Black with #899DCB

Text Example


Text Example

White with #899DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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