Html Css Color HEX #839ECD Polo Blue

📋 copy color: '#839ECD'

red 131 ◦ green 158 ◦ blue 205

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

Shades of Polo Blue #839ECD

Tints of Polo Blue #839ECD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.98%

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

R = 26.52%
G = 31.98%
B = 41.5%

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

#839ECD (or 0x839ECD) is known color: Polo Blue. HEX triplet: 83, 9E and CD. RGB value is (131,158,205). Sum of RGB (Red+Green+Blue) = 131+158+205=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #839ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839ECD is #7C6132. Grayscale: #9B9B9B. Windows color (decimal): -8151347 or 13475459. OLE color: 13475459.

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

Color convert

RGB 131 158 205 -
CMYK 0.36 0.23 0 0.20
HSL 218.11º 0.43% 0.66% -
HSV(B) 218.11º 0.36% 0.8% -
XYZ 32.61 33.69 62.54 -
YUV 155.29 156.05 110.68 -
System Red Green Blue C M Y K H S L
Decimal 131 158 205 0.36 0.23 0 0.20 218.11 0.43 0.66
Hex 83 9E CD 24 17 0 14 DA 2B 42
Octal 203 236 315 44 27 0 24 332 53 102
Binary 10000011 10011110 11001101 100100 10111 0 10100 11011010 101011 1000010

Color Harmonies of #839ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839ECD

Black with #839ECD

Text Example


Text Example

White with #839ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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