#839EEF

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

Shades of Portage #839EEF

Tints of Portage #839EEF

Color information

#839EEF (or 0x839EEF) is unknown color: approx Portage. HEX triplet: 83, 9E and EF. RGB value is (131,158,239). Sum of RGB (Red+Green+Blue) = 131+158+239=528 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.81% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #839EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839EEF is #7C6110. Grayscale: #9E9E9E. Windows color (decimal): -8151313 or 15703683. OLE color: 15703683.

HSL color Cylindrical-coordinate representation of color #839EEF: hue angle of 225º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #839EEF is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB131158239-
CMYK0.450.3400.06
HSL225º77.14%72.55%-
HSV(B)225º45.19%93.73%-
XYZ37.1735.5186.56-
YUV159.16173.05107.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.81%
GREEN value IS 158 (62.11% from 255) = 29.92%
BLUE value IS 239 (93.75% from 255) = 45.27%
R=24.81%
G=29.92%
B=45.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1311582390.450.3400.0622577.1472.55
Hex839EEF2D2206e14d49
Octal203236357554206341115111
Binary10000011100111101110111110110110001001101110000110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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