Html Css Color HEX #899FCC Polo Blue

📋 copy color: '#899FCC'

red 137 ◦ green 159 ◦ blue 204

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

Shades of Polo Blue #899FCC

Tints of Polo Blue #899FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 27.4%
G = 31.8%
B = 40.8%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#899FCC (or 0x899FCC) is known color: Polo Blue. HEX triplet: 89, 9F and CC. RGB value is (137,159,204). Sum of RGB (Red+Green+Blue) = 137+159+204=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #899FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899FCC is #766033. Grayscale: #9D9D9D. Windows color (decimal): -7757876 or 13410185. OLE color: 13410185.

HSL color Cylindrical-coordinate representation of color #899FCC: hue angle of 220.3º degrees, saturation: 0.4, 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 #899FCC is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 159 204 -
CMYK 0.33 0.22 0 0.2
HSL 220.3º 0.4% 0.67% -
HSV(B) 220.3º 0.33% 0.8% -
XYZ 33.61 34.47 62.01 -
YUV 157.55 154.21 113.34 -
System Red Green Blue C M Y K H S L
Decimal 137 159 204 0.33 0.22 0 0.2 220.3 0.4 0.67
Hex 89 9F CC 21 16 0 14 DC 28 43
Octal 211 237 314 41 26 0 24 334 50 103
Binary 10001001 10011111 11001100 100001 10110 0 10100 11011100 101000 1000011

Color Harmonies of #899FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899FCC

Black with #899FCC

Text Example


Text Example

White with #899FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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