#859FEE

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

Shades of Portage #859FEE

Tints of Portage #859FEE

Color information

#859FEE (or 0x859FEE) is unknown color: approx Portage. HEX triplet: 85, 9F and EE. RGB value is (133,159,238). Sum of RGB (Red+Green+Blue) = 133+159+238=530 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.09% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #859FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859FEE is #7A6011. Grayscale: #9F9F9F. Windows color (decimal): -8019986 or 15638405. OLE color: 15638405.

HSL color Cylindrical-coordinate representation of color #859FEE: hue angle of 225.14º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #859FEE is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133159238-
CMYK0.440.3300.07
HSL225.14º75.54%72.75%-
HSV(B)225.14º44.12%93.33%-
XYZ37.535.9685.85-
YUV160.23171.89108.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.09%
GREEN value IS 159 (62.5% from 255) = 30%
BLUE value IS 238 (93.36% from 255) = 44.91%
R=25.09%
G=30%
B=44.91%

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
Decimal1331592380.440.3300.07225.1475.5472.75
Hex859FEE2C2107e14c49
Octal205237356544107341114111
Binary10000101100111111110111010110010000101111110000110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859FEE; }

 p { color: rgb(133,159,238); }

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

<style>
 a { background-color: #859FEE; }

 a { background-color: rgb(133,159,238); }

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

<style>
 span { border-color: #859FEE; }

 span { border-color: rgb(133,159,238); }

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