Html Css Color HEX #855BFF Light Slate Blue

📋 copy color: '#855BFF'

red 133 ◦ green 91 ◦ blue 255

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

Shades of Light Slate Blue #855BFF

Tints of Light Slate Blue #855BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19%

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

R = 27.77%
G = 19%
B = 53.24%

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

#855BFF (or 0x855BFF) is known color: Light Slate Blue. HEX triplet: 85, 5B and FF. RGB value is (133,91,255). Sum of RGB (Red+Green+Blue) = 133+91+255=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #855BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855BFF is #7AA400. Grayscale: #797979. Windows color (decimal): -8037377 or 16735109. OLE color: 16735109.

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

Color convert

RGB 133 91 255 -
CMYK 0.48 0.64 0 0
HSL 255.37º 1% 0.68% -
HSV(B) 255.37º 0.64% 1% -
XYZ 31.46 19.69 96.75 -
YUV 122.25 202.91 135.66 -
System Red Green Blue C M Y K H S L
Decimal 133 91 255 0.48 0.64 0 0 255.37 1 0.68
Hex 85 5B FF 30 40 0 0 FF 64 44
Octal 205 133 377 60 100 0 0 377 144 104
Binary 10000101 1011011 11111111 110000 1000000 0 0 11111111 1100100 1000100

Color Harmonies of #855BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855BFF

Black with #855BFF

Text Example


Text Example

White with #855BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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