Html Css Color HEX #849FD5 Polo Blue

📋 copy color: '#849FD5'

red 132 ◦ green 159 ◦ blue 213

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

Shades of Polo Blue #849FD5

Tints of Polo Blue #849FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.26%

R = 26.19%
G = 31.55%
B = 42.26%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#849FD5 (or 0x849FD5) is known color: Polo Blue. HEX triplet: 84, 9F and D5. RGB value is (132,159,213). Sum of RGB (Red+Green+Blue) = 132+159+213=504 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.19% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #849FD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FD5 is #7B602A. Grayscale: #9C9C9C. Windows color (decimal): -8085547 or 14000004. OLE color: 14000004.

HSL color Cylindrical-coordinate representation of color #849FD5: hue angle of 220º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #849FD5 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 159 213 -
CMYK 0.38 0.25 0 0.16
HSL 220º 0.49% 0.68% -
HSV(B) 220º 0.38% 0.84% -
XYZ 33.92 34.51 67.82 -
YUV 157.08 159.55 110.11 -
System Red Green Blue C M Y K H S L
Decimal 132 159 213 0.38 0.25 0 0.16 220 0.49 0.68
Hex 84 9F D5 26 19 0 10 DC 31 44
Octal 204 237 325 46 31 0 20 334 61 104
Binary 10000100 10011111 11010101 100110 11001 0 10000 11011100 110001 1000100

Color Harmonies of #849FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849FD5

Black with #849FD5

Text Example


Text Example

White with #849FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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