Html Css Color HEX #855DFF Light Slate Blue

📋 copy color: '#855DFF'

red 133 ◦ green 93 ◦ blue 255

#855DFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #855DFF

Tints of Light Slate Blue #855DFF

RGB

 RED value IS 133 (52.34% from 255) = 27.65%

 GREEN value IS 93 (36.72% from 255) = 19.33%

 BLUE value IS 255 (100% from 255) = 53.01%

R = 27.65%
G = 19.33%
B = 53.01%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#855DFF (or 0x855DFF) is known color: Light Slate Blue. HEX triplet: 85, 5D and FF. RGB value is (133,93,255). Sum of RGB (Red+Green+Blue) = 133+93+255=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #855DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855DFF is #7AA200. Grayscale: #7A7A7A. Windows color (decimal): -8036865 or 16735621. OLE color: 16735621.

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

Color convert

RGB 133 93 255 -
CMYK 0.48 0.64 0 0
HSL 254.81º 1% 0.68% -
HSV(B) 254.81º 0.64% 1% -
XYZ 31.64 20.04 96.81 -
YUV 123.43 202.25 134.83 -
System Red Green Blue C M Y K H S L
Decimal 133 93 255 0.48 0.64 0 0 254.81 1 0.68
Hex 85 5D FF 30 40 0 0 FF 64 44
Octal 205 135 377 60 100 0 0 377 144 104
Binary 10000101 1011101 11111111 110000 1000000 0 0 11111111 1100100 1000100

Color Harmonies of #855DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855DFF

Black with #855DFF

Text Example


Text Example

White with #855DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #855DFF;
 }
 .AnyTagClassName
 {
   color: #855DFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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