#858FF5

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

Shades of Portage #858FF5

Tints of Portage #858FF5

Color information

#858FF5 (or 0x858FF5) is unknown color: approx Portage. HEX triplet: 85, 8F and F5. RGB value is (133,143,245). Sum of RGB (Red+Green+Blue) = 133+143+245=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 245 - color contains mainly: blue. Hex color #858FF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858FF5 is #7A700A. Grayscale: #979797. Windows color (decimal): -8024075 or 16093061. OLE color: 16093061.

HSL color Cylindrical-coordinate representation of color #858FF5: hue angle of 234.64º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #858FF5 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB133143245-
CMYK0.460.4200.04
HSL234.64º84.85%74.12%-
HSV(B)234.64º45.71%96.08%-
XYZ35.9831.2290.52-
YUV151.64180.69114.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.53%
GREEN value IS 143 (56.25% from 255) = 27.45%
BLUE value IS 245 (96.09% from 255) = 47.02%
R=25.53%
G=27.45%
B=47.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1331432450.460.4200.04234.6484.8574.12
Hex858FF52E2A04eb554a
Octal205217365565204353125112
Binary10000101100011111111010110111010101001001110101110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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