Html Css Color HEX #839EBF Polo Blue

📋 copy color: '#839EBF'

red 131 ◦ green 158 ◦ blue 191

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

Shades of Polo Blue #839EBF

Tints of Polo Blue #839EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.79%

R = 27.29%
G = 32.92%
B = 39.79%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#839EBF (or 0x839EBF) is known color: Polo Blue. HEX triplet: 83, 9E and BF. RGB value is (131,158,191). Sum of RGB (Red+Green+Blue) = 131+158+191=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #839EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839EBF is #7C6140. Grayscale: #999999. Windows color (decimal): -8151361 or 12557955. OLE color: 12557955.

HSL color Cylindrical-coordinate representation of color #839EBF: hue angle of 213º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #839EBF is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 158 191 -
CMYK 0.31 0.17 0 0.25
HSL 213º 0.32% 0.63% -
HSV(B) 213º 0.31% 0.75% -
XYZ 30.99 33.04 54.03 -
YUV 153.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 131 158 191 0.31 0.17 0 0.25 213 0.32 0.63
Hex 83 9E BF 1F 11 0 19 D5 20 3F
Octal 203 236 277 37 21 0 31 325 40 77
Binary 10000011 10011110 10111111 11111 10001 0 11001 11010101 100000 111111

Color Harmonies of #839EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839EBF

Black with #839EBF

Text Example


Text Example

White with #839EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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