#858FFF

Color #858FFF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #858FFF

Tints of Light Slate Blue #858FFF

Color information

#858FFF (or 0x858FFF) is unknown color: approx Light Slate Blue. HEX triplet: 85, 8F and FF. RGB value is (133,143,255). Sum of RGB (Red+Green+Blue) = 133+143+255=531 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.05% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #858FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858FFF is #7A7000. Grayscale: #989898. Windows color (decimal): -8024065 or 16748421. OLE color: 16748421.

HSL color Cylindrical-coordinate representation of color #858FFF: hue angle of 235.08º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #858FFF is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB133143255-
CMYK0.480.4400
HSL235.08º100%76.08%-
HSV(B)235.08º47.84%100%-
XYZ37.5531.8598.78-
YUV152.78185.69113.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.05%
GREEN value IS 143 (56.25% from 255) = 26.93%
BLUE value IS 255 (100% from 255) = 48.02%
R=25.05%
G=26.93%
B=48.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1331432550.480.4400235.0810076.08
Hex858FFF302C00eb644c
Octal205217377605400353144114
Binary100001011000111111111111110000101100001110101111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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