#858DFF

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

Shades of Light Slate Blue #858DFF

Tints of Light Slate Blue #858DFF

Color information

#858DFF (or 0x858DFF) is unknown color: approx Light Slate Blue. HEX triplet: 85, 8D and FF. RGB value is (133,141,255). Sum of RGB (Red+Green+Blue) = 133+141+255=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #858DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858DFF is #7A7200. Grayscale: #979797. Windows color (decimal): -8024577 or 16747909. OLE color: 16747909.

HSL color Cylindrical-coordinate representation of color #858DFF: hue angle of 236.07º 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 #858DFF is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB133141255-
CMYK0.480.4500
HSL236.07º100%76.08%-
HSV(B)236.07º47.84%100%-
XYZ37.2531.2698.68-
YUV151.6186.35114.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.14%
GREEN value IS 141 (55.47% from 255) = 26.65%
BLUE value IS 255 (100% from 255) = 48.20%
R=25.14%
G=26.65%
B=48.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1331412550.480.4500236.0710076.08
Hex858DFF302D00ec644c
Octal205215377605500354144114
Binary100001011000110111111111110000101101001110110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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