#839FDE

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

Shades of Portage #839FDE

Tints of Portage #839FDE

Color information

#839FDE (or 0x839FDE) is unknown color: approx Portage. HEX triplet: 83, 9F and DE. RGB value is (131,159,222). Sum of RGB (Red+Green+Blue) = 131+159+222=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #839FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FDE is #7C6021. Grayscale: #9D9D9D. Windows color (decimal): -8151074 or 14589827. OLE color: 14589827.

HSL color Cylindrical-coordinate representation of color #839FDE: hue angle of 221.54º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #839FDE is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131159222-
CMYK0.410.2800.13
HSL221.54º57.96%69.22%-
HSV(B)221.54º40.99%87.06%-
XYZ34.9434.974-
YUV157.81164.22108.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.59%
GREEN value IS 159 (62.5% from 255) = 31.05%
BLUE value IS 222 (87.11% from 255) = 43.36%
R=25.59%
G=31.05%
B=43.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311592220.410.2800.13221.5457.9669.22
Hex839FDE291C0Dde3a45
Octal203237336513401533672105
Binary1000001110011111110111101010011110001101110111101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,159,222); }

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

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

 a { background-color: rgb(131,159,222); }

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

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

 span { border-color: rgb(131,159,222); }

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