#839EEC

Color #839EEC Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #839EEC

Tints of Portage #839EEC

Color information

#839EEC (or 0x839EEC) is unknown color: approx Portage. HEX triplet: 83, 9E and EC. RGB value is (131,158,236). Sum of RGB (Red+Green+Blue) = 131+158+236=525 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.95% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #839EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839EEC is #7C6113. Grayscale: #9E9E9E. Windows color (decimal): -8151316 or 15507075. OLE color: 15507075.

HSL color Cylindrical-coordinate representation of color #839EEC: hue angle of 224.57º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #839EEC is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB131158236-
CMYK0.440.3300.07
HSL224.57º73.43%71.96%-
HSV(B)224.57º44.49%92.55%-
XYZ36.7335.3484.24-
YUV158.82171.55108.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.95%
GREEN value IS 158 (62.11% from 255) = 30.10%
BLUE value IS 236 (92.58% from 255) = 44.95%
R=24.95%
G=30.10%
B=44.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1311582360.440.3300.07224.5773.4371.96
Hex839EEC2C2107e14948
Octal203236354544107341111110
Binary10000011100111101110110010110010000101111110000110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #839EEC;
 }
 .AnyTagClassName
 {
   color: #839EEC;
 }
</style>
background-color css

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

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

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

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

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

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