#858FEB

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

Shades of Portage #858FEB

Tints of Portage #858FEB

Color information

#858FEB (or 0x858FEB) is unknown color: approx Portage. HEX triplet: 85, 8F and EB. RGB value is (133,143,235). Sum of RGB (Red+Green+Blue) = 133+143+235=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #858FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858FEB is #7A7014. Grayscale: #969696. Windows color (decimal): -8024085 or 15437701. OLE color: 15437701.

HSL color Cylindrical-coordinate representation of color #858FEB: hue angle of 234.12º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #858FEB is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133143235-
CMYK0.430.3900.08
HSL234.12º71.83%72.16%-
HSV(B)234.12º43.4%92.16%-
XYZ34.4930.6382.69-
YUV150.5175.69115.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.03%
GREEN value IS 143 (56.25% from 255) = 27.98%
BLUE value IS 235 (92.19% from 255) = 45.99%
R=26.03%
G=27.98%
B=45.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331432350.430.3900.08234.1271.8372.16
Hex858FEB2B2708ea4848
Octal2052173535347010352110110
Binary100001011000111111101011101011100111010001110101010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858FEB; }

 p { color: rgb(133,143,235); }

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

<style>
 a { background-color: #858FEB; }

 a { background-color: rgb(133,143,235); }

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

<style>
 span { border-color: #858FEB; }

 span { border-color: rgb(133,143,235); }

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