Html Css Color HEX #849FCE Polo Blue

📋 copy color: '#849FCE'

red 132 ◦ green 159 ◦ blue 206

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

Shades of Polo Blue #849FCE

Tints of Polo Blue #849FCE

RGB

 RED value IS 132 (51.95% from 255) = 26.56%

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

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 26.56%
G = 31.99%
B = 41.45%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#849FCE (or 0x849FCE) is known color: Polo Blue. HEX triplet: 84, 9F and CE. RGB value is (132,159,206). Sum of RGB (Red+Green+Blue) = 132+159+206=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #849FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FCE is #7B6031. Grayscale: #9C9C9C. Windows color (decimal): -8085554 or 13541252. OLE color: 13541252.

HSL color Cylindrical-coordinate representation of color #849FCE: hue angle of 218.11º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #849FCE is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 159 206 -
CMYK 0.36 0.23 0 0.19
HSL 218.11º 0.43% 0.66% -
HSV(B) 218.11º 0.36% 0.81% -
XYZ 33.05 34.16 63.24 -
YUV 156.29 156.05 110.68 -
System Red Green Blue C M Y K H S L
Decimal 132 159 206 0.36 0.23 0 0.19 218.11 0.43 0.66
Hex 84 9F CE 24 17 0 13 DA 2B 42
Octal 204 237 316 44 27 0 23 332 53 102
Binary 10000100 10011111 11001110 100100 10111 0 10011 11011010 101011 1000010

Color Harmonies of #849FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849FCE

Black with #849FCE

Text Example


Text Example

White with #849FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849FCE; }

 p { color: rgb(132,159,206); }

 H1.HeaderClassName
 {
   color: #849FCE;
 }
 .AnyTagClassName
 {
   color: #849FCE;
 }
</style>

background-color css

<style>
 a { background-color: #849FCE; }

 a { background-color: rgb(132,159,206); }

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

border-color css

<style>
 span { border-color: #849FCE; }

 span { border-color: rgb(132,159,206); }

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