Html Css Color HEX #855EFE Light Slate Blue

📋 copy color: '#855EFE'

red 133 ◦ green 94 ◦ blue 254

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

Shades of Light Slate Blue #855EFE

Tints of Light Slate Blue #855EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.54%

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

R = 27.65%
G = 19.54%
B = 52.81%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#855EFE (or 0x855EFE) is known color: Light Slate Blue. HEX triplet: 85, 5E and FE. RGB value is (133,94,254). Sum of RGB (Red+Green+Blue) = 133+94+254=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #855EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855EFE is #7AA101. Grayscale: #7B7B7B. Windows color (decimal): -8036610 or 16670341. OLE color: 16670341.

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

Color convert

RGB 133 94 254 -
CMYK 0.48 0.63 0 0.00
HSL 254.63º 0.99% 0.68% -
HSV(B) 254.63º 0.63% 1% -
XYZ 31.56 20.15 95.99 -
YUV 123.9 201.42 134.49 -
System Red Green Blue C M Y K H S L
Decimal 133 94 254 0.48 0.63 0 0.00 254.63 0.99 0.68
Hex 85 5E FE 30 3F 0 0 FF 63 44
Octal 205 136 376 60 77 0 0 377 143 104
Binary 10000101 1011110 11111110 110000 111111 0 0 11111111 1100011 1000100

Color Harmonies of #855EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855EFE

Black with #855EFE

Text Example


Text Example

White with #855EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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