Html Css Color HEX #839CCC Polo Blue

📋 copy color: '#839CCC'

red 131 ◦ green 156 ◦ blue 204

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

Shades of Polo Blue #839CCC

Tints of Polo Blue #839CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.55%

R = 26.68%
G = 31.77%
B = 41.55%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#839CCC (or 0x839CCC) is known color: Polo Blue. HEX triplet: 83, 9C and CC. RGB value is (131,156,204). Sum of RGB (Red+Green+Blue) = 131+156+204=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #839CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CCC is #7C6333. Grayscale: #999999. Windows color (decimal): -8151860 or 13409411. OLE color: 13409411.

HSL color Cylindrical-coordinate representation of color #839CCC: hue angle of 219.45º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #839CCC is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 156 204 -
CMYK 0.36 0.24 0 0.2
HSL 219.45º 0.42% 0.66% -
HSV(B) 219.45º 0.36% 0.8% -
XYZ 32.15 32.96 61.79 -
YUV 154 156.22 111.6 -
System Red Green Blue C M Y K H S L
Decimal 131 156 204 0.36 0.24 0 0.2 219.45 0.42 0.66
Hex 83 9C CC 24 18 0 14 DB 2A 42
Octal 203 234 314 44 30 0 24 333 52 102
Binary 10000011 10011100 11001100 100100 11000 0 10100 11011011 101010 1000010

Color Harmonies of #839CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839CCC

Black with #839CCC

Text Example


Text Example

White with #839CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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