Html Css Color HEX #899FD0 Polo Blue

📋 copy color: '#899FD0'

red 137 ◦ green 159 ◦ blue 208

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

Shades of Polo Blue #899FD0

Tints of Polo Blue #899FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.27%

R = 27.18%
G = 31.55%
B = 41.27%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#899FD0 (or 0x899FD0) is known color: Polo Blue. HEX triplet: 89, 9F and D0. RGB value is (137,159,208). Sum of RGB (Red+Green+Blue) = 137+159+208=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #899FD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899FD0 is #76602F. Grayscale: #9D9D9D. Windows color (decimal): -7757872 or 13672329. OLE color: 13672329.

HSL color Cylindrical-coordinate representation of color #899FD0: hue angle of 221.41º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #899FD0 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 137 159 208 -
CMYK 0.34 0.24 0 0.18
HSL 221.41º 0.43% 0.68% -
HSV(B) 221.41º 0.34% 0.82% -
XYZ 34.1 34.67 64.57 -
YUV 158.01 156.21 113.02 -
System Red Green Blue C M Y K H S L
Decimal 137 159 208 0.34 0.24 0 0.18 221.41 0.43 0.68
Hex 89 9F D0 22 18 0 12 DD 2B 44
Octal 211 237 320 42 30 0 22 335 53 104
Binary 10001001 10011111 11010000 100010 11000 0 10010 11011101 101011 1000100

Color Harmonies of #899FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899FD0

Black with #899FD0

Text Example


Text Example

White with #899FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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