#839DEE

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

Shades of Portage #839DEE

Tints of Portage #839DEE

Color information

#839DEE (or 0x839DEE) is unknown color: approx Portage. HEX triplet: 83, 9D and EE. RGB value is (131,157,238). Sum of RGB (Red+Green+Blue) = 131+157+238=526 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.90% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #839DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839DEE is #7C6211. Grayscale: #9E9E9E. Windows color (decimal): -8151570 or 15637891. OLE color: 15637891.

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

Color convert

RGB131157238-
CMYK0.450.3400.07
HSL225.42º75.89%72.35%-
HSV(B)225.42º44.96%93.33%-
XYZ36.8535.1185.72-
YUV158.46172.89108.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.90%
GREEN value IS 157 (61.72% from 255) = 29.85%
BLUE value IS 238 (93.36% from 255) = 45.25%
R=24.90%
G=29.85%
B=45.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1311572380.450.3400.07225.4275.8972.35
Hex839DEE2D2207e14c48
Octal203235356554207341114110
Binary10000011100111011110111010110110001001111110000110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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