Html Css Color HEX #849BC4 Polo Blue

📋 copy color: '#849BC4'

red 132 ◦ green 155 ◦ blue 196

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

Shades of Polo Blue #849BC4

Tints of Polo Blue #849BC4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.09%

 BLUE value IS 196 (76.95% from 255) = 40.58%

R = 27.33%
G = 32.09%
B = 40.58%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#849BC4 (or 0x849BC4) is known color: Polo Blue. HEX triplet: 84, 9B and C4. RGB value is (132,155,196). Sum of RGB (Red+Green+Blue) = 132+155+196=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 196 - color contains mainly: blue. Hex color #849BC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BC4 is #7B643B. Grayscale: #989898. Windows color (decimal): -8086588 or 12884868. OLE color: 12884868.

HSL color Cylindrical-coordinate representation of color #849BC4: hue angle of 218.44º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #849BC4 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 132 155 196 -
CMYK 0.33 0.21 0 0.23
HSL 218.44º 0.35% 0.64% -
HSV(B) 218.44º 0.33% 0.77% -
XYZ 31.2 32.33 56.82 -
YUV 152.8 152.38 113.17 -
System Red Green Blue C M Y K H S L
Decimal 132 155 196 0.33 0.21 0 0.23 218.44 0.35 0.64
Hex 84 9B C4 21 15 0 17 DA 23 40
Octal 204 233 304 41 25 0 27 332 43 100
Binary 10000100 10011011 11000100 100001 10101 0 10111 11011010 100011 1000000

Color Harmonies of #849BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849BC4

Black with #849BC4

Text Example


Text Example

White with #849BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,155,196); }

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

background-color css

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

 a { background-color: rgb(132,155,196); }

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

border-color css

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

 span { border-color: rgb(132,155,196); }

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