Html Css Color HEX #839DCD Polo Blue

📋 copy color: '#839DCD'

red 131 ◦ green 157 ◦ blue 205

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

Shades of Polo Blue #839DCD

Tints of Polo Blue #839DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.58%

R = 26.57%
G = 31.85%
B = 41.58%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#839DCD (or 0x839DCD) is known color: Polo Blue. HEX triplet: 83, 9D and CD. RGB value is (131,157,205). Sum of RGB (Red+Green+Blue) = 131+157+205=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #839DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DCD is #7C6232. Grayscale: #9A9A9A. Windows color (decimal): -8151603 or 13475203. OLE color: 13475203.

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

Color convert

RGB 131 157 205 -
CMYK 0.36 0.23 0 0.20
HSL 218.92º 0.43% 0.66% -
HSV(B) 218.92º 0.36% 0.8% -
XYZ 32.44 33.35 62.48 -
YUV 154.7 156.39 111.1 -
System Red Green Blue C M Y K H S L
Decimal 131 157 205 0.36 0.23 0 0.20 218.92 0.43 0.66
Hex 83 9D CD 24 17 0 14 DB 2B 42
Octal 203 235 315 44 27 0 24 333 53 102
Binary 10000011 10011101 11001101 100100 10111 0 10100 11011011 101011 1000010

Color Harmonies of #839DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839DCD

Black with #839DCD

Text Example


Text Example

White with #839DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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