Html Css Color HEX #839DCE Polo Blue

📋 copy color: '#839DCE'

red 131 ◦ green 157 ◦ blue 206

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

Shades of Polo Blue #839DCE

Tints of Polo Blue #839DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.7%

R = 26.52%
G = 31.78%
B = 41.7%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#839DCE (or 0x839DCE) is known color: Polo Blue. HEX triplet: 83, 9D and CE. RGB value is (131,157,206). Sum of RGB (Red+Green+Blue) = 131+157+206=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #839DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DCE is #7C6231. Grayscale: #9A9A9A. Windows color (decimal): -8151602 or 13540739. OLE color: 13540739.

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

Color convert

RGB 131 157 206 -
CMYK 0.36 0.24 0 0.19
HSL 219.2º 0.43% 0.66% -
HSV(B) 219.2º 0.36% 0.81% -
XYZ 32.56 33.4 63.12 -
YUV 154.81 156.89 111.02 -
System Red Green Blue C M Y K H S L
Decimal 131 157 206 0.36 0.24 0 0.19 219.2 0.43 0.66
Hex 83 9D CE 24 18 0 13 DB 2B 42
Octal 203 235 316 44 30 0 23 333 53 102
Binary 10000011 10011101 11001110 100100 11000 0 10011 11011011 101011 1000010

Color Harmonies of #839DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839DCE

Black with #839DCE

Text Example


Text Example

White with #839DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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