Html Css Color HEX #849FC4 Polo Blue

📋 copy color: '#849FC4'

red 132 ◦ green 159 ◦ blue 196

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

Shades of Polo Blue #849FC4

Tints of Polo Blue #849FC4

RGB

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

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

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

R = 27.1%
G = 32.65%
B = 40.25%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#849FC4 (or 0x849FC4) is known color: Polo Blue. HEX triplet: 84, 9F and C4. RGB value is (132,159,196). Sum of RGB (Red+Green+Blue) = 132+159+196=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 196 (76.95% from 255 or 40.25% from 487); Max value from RGB is 196 - color contains mainly: blue. Hex color #849FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FC4 is #7B603B. Grayscale: #9A9A9A. Windows color (decimal): -8085564 or 12885892. OLE color: 12885892.

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

Color convert

RGB 132 159 196 -
CMYK 0.33 0.19 0 0.23
HSL 214.69º 0.35% 0.64% -
HSV(B) 214.69º 0.33% 0.77% -
XYZ 31.88 33.69 57.05 -
YUV 155.15 151.05 111.49 -
System Red Green Blue C M Y K H S L
Decimal 132 159 196 0.33 0.19 0 0.23 214.69 0.35 0.64
Hex 84 9F C4 21 13 0 17 D7 23 40
Octal 204 237 304 41 23 0 27 327 43 100
Binary 10000100 10011111 11000100 100001 10011 0 10111 11010111 100011 1000000

Color Harmonies of #849FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849FC4

Black with #849FC4

Text Example


Text Example

White with #849FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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