Html Css Color HEX #855AFE Light Slate Blue

📋 copy color: '#855AFE'

red 133 ◦ green 90 ◦ blue 254

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

Shades of Light Slate Blue #855AFE

Tints of Light Slate Blue #855AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.87%

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

R = 27.88%
G = 18.87%
B = 53.25%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#855AFE (or 0x855AFE) is known color: Light Slate Blue. HEX triplet: 85, 5A and FE. RGB value is (133,90,254). Sum of RGB (Red+Green+Blue) = 133+90+254=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #855AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855AFE is #7AA501. Grayscale: #787878. Windows color (decimal): -8037634 or 16669317. OLE color: 16669317.

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

Color convert

RGB 133 90 254 -
CMYK 0.48 0.65 0 0.00
HSL 255.73º 0.99% 0.67% -
HSV(B) 255.73º 0.65% 1% -
XYZ 31.22 19.45 95.88 -
YUV 121.55 202.75 136.16 -
System Red Green Blue C M Y K H S L
Decimal 133 90 254 0.48 0.65 0 0.00 255.73 0.99 0.67
Hex 85 5A FE 30 41 0 0 100 63 43
Octal 205 132 376 60 101 0 0 400 143 103
Binary 10000101 1011010 11111110 110000 1000001 0 0 100000000 1100011 1000011

Color Harmonies of #855AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855AFE

Black with #855AFE

Text Example


Text Example

White with #855AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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