Html Css Color HEX #899FC7 Polo Blue

📋 copy color: '#899FC7'

red 137 ◦ green 159 ◦ blue 199

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

Shades of Polo Blue #899FC7

Tints of Polo Blue #899FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.2%

R = 27.68%
G = 32.12%
B = 40.2%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#899FC7 (or 0x899FC7) is known color: Polo Blue. HEX triplet: 89, 9F and C7. RGB value is (137,159,199). Sum of RGB (Red+Green+Blue) = 137+159+199=495 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.68% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 199 - color contains mainly: blue. Hex color #899FC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899FC7 is #766038. Grayscale: #9C9C9C. Windows color (decimal): -7757881 or 13082505. OLE color: 13082505.

HSL color Cylindrical-coordinate representation of color #899FC7: hue angle of 218.71º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #899FC7 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 137 159 199 -
CMYK 0.31 0.20 0 0.22
HSL 218.71º 0.36% 0.66% -
HSV(B) 218.71º 0.31% 0.78% -
XYZ 33.02 34.24 58.9 -
YUV 156.98 151.71 113.75 -
System Red Green Blue C M Y K H S L
Decimal 137 159 199 0.31 0.20 0 0.22 218.71 0.36 0.66
Hex 89 9F C7 1F 14 0 16 DB 24 42
Octal 211 237 307 37 24 0 26 333 44 102
Binary 10001001 10011111 11000111 11111 10100 0 10110 11011011 100100 1000010

Color Harmonies of #899FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899FC7

Black with #899FC7

Text Example


Text Example

White with #899FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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