#839CEC

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

Shades of Portage #839CEC

Tints of Portage #839CEC

Color information

#839CEC (or 0x839CEC) is unknown color: approx Portage. HEX triplet: 83, 9C and EC. RGB value is (131,156,236). Sum of RGB (Red+Green+Blue) = 131+156+236=523 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.05% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #839CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839CEC is #7C6313. Grayscale: #9D9D9D. Windows color (decimal): -8151828 or 15506563. OLE color: 15506563.

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

Color convert

RGB131156236-
CMYK0.440.3400.07
HSL225.71º73.43%71.96%-
HSV(B)225.71º44.49%92.55%-
XYZ36.3934.6684.13-
YUV157.64172.22109-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.05%
GREEN value IS 156 (61.33% from 255) = 29.83%
BLUE value IS 236 (92.58% from 255) = 45.12%
R=25.05%
G=29.83%
B=45.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1311562360.440.3400.07225.7173.4371.96
Hex839CEC2C2207e24948
Octal203234354544207342111110
Binary10000011100111001110110010110010001001111110001010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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