Html Css Color HEX #839CCA Polo Blue

📋 copy color: '#839CCA'

red 131 ◦ green 156 ◦ blue 202

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

Shades of Polo Blue #839CCA

Tints of Polo Blue #839CCA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.9%

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

R = 26.79%
G = 31.9%
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

#839CCA (or 0x839CCA) is known color: Polo Blue. HEX triplet: 83, 9C and CA. RGB value is (131,156,202). Sum of RGB (Red+Green+Blue) = 131+156+202=489 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.79% from 489); Green value is 156 (61.33% from 255 or 31.90% 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 #839CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CCA is #7C6335. Grayscale: #999999. Windows color (decimal): -8151862 or 13278339. OLE color: 13278339.

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

Color convert

RGB 131 156 202 -
CMYK 0.35 0.23 0 0.21
HSL 218.87º 0.4% 0.65% -
HSV(B) 218.87º 0.35% 0.79% -
XYZ 31.91 32.87 60.54 -
YUV 153.77 155.22 111.76 -
System Red Green Blue C M Y K H S L
Decimal 131 156 202 0.35 0.23 0 0.21 218.87 0.4 0.65
Hex 83 9C CA 23 17 0 15 DB 28 41
Octal 203 234 312 43 27 0 25 333 50 101
Binary 10000011 10011100 11001010 100011 10111 0 10101 11011011 101000 1000001

Color Harmonies of #839CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839CCA

Black with #839CCA

Text Example


Text Example

White with #839CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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