Html Css Color HEX #849FCF Polo Blue

📋 copy color: '#849FCF'

red 132 ◦ green 159 ◦ blue 207

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

Shades of Polo Blue #849FCF

Tints of Polo Blue #849FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.57%

R = 26.51%
G = 31.93%
B = 41.57%

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

#849FCF (or 0x849FCF) is known color: Polo Blue. HEX triplet: 84, 9F and CF. RGB value is (132,159,207). Sum of RGB (Red+Green+Blue) = 132+159+207=498 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.51% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #849FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FCF is #7B6030. Grayscale: #9C9C9C. Windows color (decimal): -8085553 or 13606788. OLE color: 13606788.

HSL color Cylindrical-coordinate representation of color #849FCF: hue angle of 218.4º degrees, saturation: 0.44, 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 #849FCF is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 159 207 -
CMYK 0.36 0.23 0 0.19
HSL 218.4º 0.44% 0.66% -
HSV(B) 218.4º 0.36% 0.81% -
XYZ 33.18 34.21 63.89 -
YUV 156.4 156.55 110.6 -
System Red Green Blue C M Y K H S L
Decimal 132 159 207 0.36 0.23 0 0.19 218.4 0.44 0.66
Hex 84 9F CF 24 17 0 13 DA 2C 42
Octal 204 237 317 44 27 0 23 332 54 102
Binary 10000100 10011111 11001111 100100 10111 0 10011 11011010 101100 1000010

Color Harmonies of #849FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849FCF

Black with #849FCF

Text Example


Text Example

White with #849FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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