#839DEC

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

Shades of Portage #839DEC

Tints of Portage #839DEC

Color information

#839DEC (or 0x839DEC) is unknown color: approx Portage. HEX triplet: 83, 9D and EC. RGB value is (131,157,236). Sum of RGB (Red+Green+Blue) = 131+157+236=524 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #839DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839DEC is #7C6213. Grayscale: #9D9D9D. Windows color (decimal): -8151572 or 15506819. OLE color: 15506819.

HSL color Cylindrical-coordinate representation of color #839DEC: hue angle of 225.14º 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 #839DEC is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB131157236-
CMYK0.440.3300.07
HSL225.14º73.43%71.96%-
HSV(B)225.14º44.49%92.55%-
XYZ36.563584.18-
YUV158.23171.89108.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25%
GREEN value IS 157 (61.72% from 255) = 29.96%
BLUE value IS 236 (92.58% from 255) = 45.04%
R=25%
G=29.96%
B=45.04%

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
Decimal1311572360.440.3300.07225.1473.4371.96
Hex839DEC2C2107e14948
Octal203235354544107341111110
Binary10000011100111011110110010110010000101111110000110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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