Html Css Color HEX #839ECF Polo Blue

📋 copy color: '#839ECF'

red 131 ◦ green 158 ◦ blue 207

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

Shades of Polo Blue #839ECF

Tints of Polo Blue #839ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.73%

R = 26.41%
G = 31.85%
B = 41.73%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#839ECF (or 0x839ECF) is known color: Polo Blue. HEX triplet: 83, 9E and CF. RGB value is (131,158,207). Sum of RGB (Red+Green+Blue) = 131+158+207=496 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.41% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #839ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839ECF is #7C6130. Grayscale: #9B9B9B. Windows color (decimal): -8151345 or 13606531. OLE color: 13606531.

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

Color convert

RGB 131 158 207 -
CMYK 0.37 0.24 0 0.19
HSL 218.68º 0.44% 0.66% -
HSV(B) 218.68º 0.37% 0.81% -
XYZ 32.85 33.78 63.82 -
YUV 155.51 157.05 110.52 -
System Red Green Blue C M Y K H S L
Decimal 131 158 207 0.37 0.24 0 0.19 218.68 0.44 0.66
Hex 83 9E CF 25 18 0 13 DB 2C 42
Octal 203 236 317 45 30 0 23 333 54 102
Binary 10000011 10011110 11001111 100101 11000 0 10011 11011011 101100 1000010

Color Harmonies of #839ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839ECF

Black with #839ECF

Text Example


Text Example

White with #839ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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