Html Css Color HEX #849BCA Polo Blue

📋 copy color: '#849BCA'

red 132 ◦ green 155 ◦ blue 202

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

Shades of Polo Blue #849BCA

Tints of Polo Blue #849BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.31%

R = 26.99%
G = 31.7%
B = 41.31%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#849BCA (or 0x849BCA) is known color: Polo Blue. HEX triplet: 84, 9B and CA. RGB value is (132,155,202). Sum of RGB (Red+Green+Blue) = 132+155+202=489 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.99% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #849BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BCA is #7B6435. Grayscale: #999999. Windows color (decimal): -8086582 or 13278084. OLE color: 13278084.

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

Color convert

RGB 132 155 202 -
CMYK 0.35 0.23 0 0.21
HSL 220.29º 0.4% 0.65% -
HSV(B) 220.29º 0.35% 0.79% -
XYZ 31.9 32.61 60.49 -
YUV 153.48 155.38 112.68 -
System Red Green Blue C M Y K H S L
Decimal 132 155 202 0.35 0.23 0 0.21 220.29 0.4 0.65
Hex 84 9B CA 23 17 0 15 DC 28 41
Octal 204 233 312 43 27 0 25 334 50 101
Binary 10000100 10011011 11001010 100011 10111 0 10101 11011100 101000 1000001

Color Harmonies of #849BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849BCA

Black with #849BCA

Text Example


Text Example

White with #849BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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