Html Css Color HEX #839EC4 Polo Blue

📋 copy color: '#839EC4'

red 131 ◦ green 158 ◦ blue 196

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

Shades of Polo Blue #839EC4

Tints of Polo Blue #839EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.41%

R = 27.01%
G = 32.58%
B = 40.41%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#839EC4 (or 0x839EC4) is known color: Polo Blue. HEX triplet: 83, 9E and C4. RGB value is (131,158,196). Sum of RGB (Red+Green+Blue) = 131+158+196=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 196 (76.95% from 255 or 40.41% from 485); Max value from RGB is 196 - color contains mainly: blue. Hex color #839EC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839EC4 is #7C613B. Grayscale: #9A9A9A. Windows color (decimal): -8151356 or 12885635. OLE color: 12885635.

HSL color Cylindrical-coordinate representation of color #839EC4: hue angle of 215.08º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #839EC4 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 131 158 196 -
CMYK 0.33 0.19 0 0.23
HSL 215.08º 0.36% 0.64% -
HSV(B) 215.08º 0.33% 0.77% -
XYZ 31.55 33.26 56.98 -
YUV 154.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 131 158 196 0.33 0.19 0 0.23 215.08 0.36 0.64
Hex 83 9E C4 21 13 0 17 D7 24 40
Octal 203 236 304 41 23 0 27 327 44 100
Binary 10000011 10011110 11000100 100001 10011 0 10111 11010111 100100 1000000

Color Harmonies of #839EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839EC4

Black with #839EC4

Text Example


Text Example

White with #839EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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