Html Css Color HEX #855AFF Light Slate Blue

📋 copy color: '#855AFF'

red 133 ◦ green 90 ◦ blue 255

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

Shades of Light Slate Blue #855AFF

Tints of Light Slate Blue #855AFF

RGB

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

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

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

R = 27.82%
G = 18.83%
B = 53.35%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#855AFF (or 0x855AFF) is known color: Light Slate Blue. HEX triplet: 85, 5A and FF. RGB value is (133,90,255). Sum of RGB (Red+Green+Blue) = 133+90+255=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #855AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855AFF is #7AA500. Grayscale: #797979. Windows color (decimal): -8037633 or 16734853. OLE color: 16734853.

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

Color convert

RGB 133 90 255 -
CMYK 0.48 0.65 0 0
HSL 255.64º 1% 0.68% -
HSV(B) 255.64º 0.65% 1% -
XYZ 31.38 19.52 96.72 -
YUV 121.67 203.25 136.08 -
System Red Green Blue C M Y K H S L
Decimal 133 90 255 0.48 0.65 0 0 255.64 1 0.68
Hex 85 5A FF 30 41 0 0 100 64 44
Octal 205 132 377 60 101 0 0 400 144 104
Binary 10000101 1011010 11111111 110000 1000001 0 0 100000000 1100100 1000100

Color Harmonies of #855AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855AFF

Black with #855AFF

Text Example


Text Example

White with #855AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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