Html Css Color HEX #849CCF Polo Blue

📋 copy color: '#849CCF'

red 132 ◦ green 156 ◦ blue 207

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

Shades of Polo Blue #849CCF

Tints of Polo Blue #849CCF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.52%

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

R = 26.67%
G = 31.52%
B = 41.82%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#849CCF (or 0x849CCF) is known color: Polo Blue. HEX triplet: 84, 9C and CF. RGB value is (132,156,207). Sum of RGB (Red+Green+Blue) = 132+156+207=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #849CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849CCF is #7B6330. Grayscale: #9A9A9A. Windows color (decimal): -8086321 or 13606020. OLE color: 13606020.

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

Color convert

RGB 132 156 207 -
CMYK 0.36 0.25 0 0.19
HSL 220.8º 0.44% 0.66% -
HSV(B) 220.8º 0.36% 0.81% -
XYZ 32.67 33.19 63.72 -
YUV 154.64 157.55 111.85 -
System Red Green Blue C M Y K H S L
Decimal 132 156 207 0.36 0.25 0 0.19 220.8 0.44 0.66
Hex 84 9C CF 24 19 0 13 DD 2C 42
Octal 204 234 317 44 31 0 23 335 54 102
Binary 10000100 10011100 11001111 100100 11001 0 10011 11011101 101100 1000010

Color Harmonies of #849CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849CCF

Black with #849CCF

Text Example


Text Example

White with #849CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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