Html Css Color HEX #849FD0 Polo Blue

📋 copy color: '#849FD0'

red 132 ◦ green 159 ◦ blue 208

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

Shades of Polo Blue #849FD0

Tints of Polo Blue #849FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.68%

R = 26.45%
G = 31.86%
B = 41.68%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#849FD0 (or 0x849FD0) is known color: Polo Blue. HEX triplet: 84, 9F and D0. RGB value is (132,159,208). Sum of RGB (Red+Green+Blue) = 132+159+208=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #849FD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FD0 is #7B602F. Grayscale: #9C9C9C. Windows color (decimal): -8085552 or 13672324. OLE color: 13672324.

HSL color Cylindrical-coordinate representation of color #849FD0: hue angle of 218.68º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #849FD0 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 132 159 208 -
CMYK 0.37 0.24 0 0.18
HSL 218.68º 0.45% 0.67% -
HSV(B) 218.68º 0.37% 0.82% -
XYZ 33.3 34.26 64.53 -
YUV 156.51 157.05 110.52 -
System Red Green Blue C M Y K H S L
Decimal 132 159 208 0.37 0.24 0 0.18 218.68 0.45 0.67
Hex 84 9F D0 25 18 0 12 DB 2D 43
Octal 204 237 320 45 30 0 22 333 55 103
Binary 10000100 10011111 11010000 100101 11000 0 10010 11011011 101101 1000011

Color Harmonies of #849FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849FD0

Black with #849FD0

Text Example


Text Example

White with #849FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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