Html Css Color HEX #839BCA Polo Blue

📋 copy color: '#839BCA'

red 131 ◦ green 155 ◦ blue 202

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

Shades of Polo Blue #839BCA

Tints of Polo Blue #839BCA

RGB

 RED value IS 131 (51.56% from 255) = 26.84%

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

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

R = 26.84%
G = 31.76%
B = 41.39%

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

#839BCA (or 0x839BCA) is known color: Polo Blue. HEX triplet: 83, 9B and CA. RGB value is (131,155,202). Sum of RGB (Red+Green+Blue) = 131+155+202=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #839BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839BCA is #7C6435. Grayscale: #989898. Windows color (decimal): -8152118 or 13278083. OLE color: 13278083.

HSL color Cylindrical-coordinate representation of color #839BCA: hue angle of 219.72º 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 #839BCA is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 155 202 -
CMYK 0.35 0.23 0 0.21
HSL 219.72º 0.4% 0.65% -
HSV(B) 219.72º 0.35% 0.79% -
XYZ 31.74 32.53 60.48 -
YUV 153.18 155.55 112.18 -
System Red Green Blue C M Y K H S L
Decimal 131 155 202 0.35 0.23 0 0.21 219.72 0.4 0.65
Hex 83 9B CA 23 17 0 15 DC 28 41
Octal 203 233 312 43 27 0 25 334 50 101
Binary 10000011 10011011 11001010 100011 10111 0 10101 11011100 101000 1000001

Color Harmonies of #839BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839BCA

Black with #839BCA

Text Example


Text Example

White with #839BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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