Html Css Color HEX #855BFE Light Slate Blue

📋 copy color: '#855BFE'

red 133 ◦ green 91 ◦ blue 254

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

Shades of Light Slate Blue #855BFE

Tints of Light Slate Blue #855BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.14%

R = 27.82%
G = 19.04%
B = 53.14%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#855BFE (or 0x855BFE) is known color: Light Slate Blue. HEX triplet: 85, 5B and FE. RGB value is (133,91,254). Sum of RGB (Red+Green+Blue) = 133+91+254=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #855BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855BFE is #7AA401. Grayscale: #797979. Windows color (decimal): -8037378 or 16669573. OLE color: 16669573.

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

Color convert

RGB 133 91 254 -
CMYK 0.48 0.64 0 0.00
HSL 255.46º 0.99% 0.68% -
HSV(B) 255.46º 0.64% 1% -
XYZ 31.3 19.62 95.9 -
YUV 122.14 202.41 135.75 -
System Red Green Blue C M Y K H S L
Decimal 133 91 254 0.48 0.64 0 0.00 255.46 0.99 0.68
Hex 85 5B FE 30 40 0 0 FF 63 44
Octal 205 133 376 60 100 0 0 377 143 104
Binary 10000101 1011011 11111110 110000 1000000 0 0 11111111 1100011 1000100

Color Harmonies of #855BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855BFE

Black with #855BFE

Text Example


Text Example

White with #855BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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