#858AFF

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

Shades of Light Slate Blue #858AFF

Tints of Light Slate Blue #858AFF

Color information

#858AFF (or 0x858AFF) is unknown color: approx Light Slate Blue. HEX triplet: 85, 8A and FF. RGB value is (133,138,255). Sum of RGB (Red+Green+Blue) = 133+138+255=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #858AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858AFF is #7A7500. Grayscale: #959595. Windows color (decimal): -8025345 or 16747141. OLE color: 16747141.

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

Color convert

RGB133138255-
CMYK0.480.4600
HSL237.54º100%76.08%-
HSV(B)237.54º47.84%100%-
XYZ36.8130.3898.53-
YUV149.84187.34115.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.29%
GREEN value IS 138 (54.30% from 255) = 26.24%
BLUE value IS 255 (100% from 255) = 48.48%
R=25.29%
G=26.24%
B=48.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1331382550.480.4600237.5410076.08
Hex858AFF302E00ee644c
Octal205212377605600356144114
Binary100001011000101011111111110000101110001110111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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