#858BEB

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

Shades of Portage #858BEB

Tints of Portage #858BEB

Color information

#858BEB (or 0x858BEB) is unknown color: approx Portage. HEX triplet: 85, 8B and EB. RGB value is (133,139,235). Sum of RGB (Red+Green+Blue) = 133+139+235=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #858BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858BEB is #7A7414. Grayscale: #939393. Windows color (decimal): -8025109 or 15436677. OLE color: 15436677.

HSL color Cylindrical-coordinate representation of color #858BEB: hue angle of 236.47º 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 #858BEB is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133139235-
CMYK0.430.4100.08
HSL236.47º71.83%72.16%-
HSV(B)236.47º43.4%92.16%-
XYZ33.929.4582.49-
YUV148.15177.01117.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.23%
GREEN value IS 139 (54.69% from 255) = 27.42%
BLUE value IS 235 (92.19% from 255) = 46.35%
R=26.23%
G=27.42%
B=46.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331392350.430.4100.08236.4771.8372.16
Hex858BEB2B2908ec4848
Octal2052133535351010354110110
Binary100001011000101111101011101011101001010001110110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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