Html Css Color HEX #839EC8 Polo Blue

📋 copy color: '#839EC8'

red 131 ◦ green 158 ◦ blue 200

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

Shades of Polo Blue #839EC8

Tints of Polo Blue #839EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.9%

R = 26.79%
G = 32.31%
B = 40.9%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#839EC8 (or 0x839EC8) is known color: Polo Blue. HEX triplet: 83, 9E and C8. RGB value is (131,158,200). Sum of RGB (Red+Green+Blue) = 131+158+200=489 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.79% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 200 - color contains mainly: blue. Hex color #839EC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839EC8 is #7C6137. Grayscale: #9A9A9A. Windows color (decimal): -8151352 or 13147779. OLE color: 13147779.

HSL color Cylindrical-coordinate representation of color #839EC8: hue angle of 216.52º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #839EC8 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 131 158 200 -
CMYK 0.34 0.21 0 0.22
HSL 216.52º 0.39% 0.65% -
HSV(B) 216.52º 0.35% 0.78% -
XYZ 32.01 33.45 59.41 -
YUV 154.72 153.55 111.08 -
System Red Green Blue C M Y K H S L
Decimal 131 158 200 0.34 0.21 0 0.22 216.52 0.39 0.65
Hex 83 9E C8 22 15 0 16 D9 27 41
Octal 203 236 310 42 25 0 26 331 47 101
Binary 10000011 10011110 11001000 100010 10101 0 10110 11011001 100111 1000001

Color Harmonies of #839EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839EC8

Black with #839EC8

Text Example


Text Example

White with #839EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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