Html Css Color HEX #839DCC Polo Blue

📋 copy color: '#839DCC'

red 131 ◦ green 157 ◦ blue 204

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

Shades of Polo Blue #839DCC

Tints of Polo Blue #839DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.91%

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

R = 26.63%
G = 31.91%
B = 41.46%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#839DCC (or 0x839DCC) is known color: Polo Blue. HEX triplet: 83, 9D and CC. RGB value is (131,157,204). Sum of RGB (Red+Green+Blue) = 131+157+204=492 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.63% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #839DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DCC is #7C6233. Grayscale: #9A9A9A. Windows color (decimal): -8151604 or 13409667. OLE color: 13409667.

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

Color convert

RGB 131 157 204 -
CMYK 0.36 0.23 0 0.2
HSL 218.63º 0.42% 0.66% -
HSV(B) 218.63º 0.36% 0.8% -
XYZ 32.32 33.3 61.85 -
YUV 154.58 155.89 111.18 -
System Red Green Blue C M Y K H S L
Decimal 131 157 204 0.36 0.23 0 0.2 218.63 0.42 0.66
Hex 83 9D CC 24 17 0 14 DB 2A 42
Octal 203 235 314 44 27 0 24 333 52 102
Binary 10000011 10011101 11001100 100100 10111 0 10100 11011011 101010 1000010

Color Harmonies of #839DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839DCC

Black with #839DCC

Text Example


Text Example

White with #839DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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