Html Css Color HEX #885AFF Light Slate Blue

📋 copy color: '#885AFF'

red 136 ◦ green 90 ◦ blue 255

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

Shades of Light Slate Blue #885AFF

Tints of Light Slate Blue #885AFF

RGB

 RED value IS 136 (53.52% from 255) = 28.27%

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

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

R = 28.27%
G = 18.71%
B = 53.01%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#885AFF (or 0x885AFF) is known color: Light Slate Blue. HEX triplet: 88, 5A and FF. RGB value is (136,90,255). Sum of RGB (Red+Green+Blue) = 136+90+255=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #885AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885AFF is #77A500. Grayscale: #797979. Windows color (decimal): -7841025 or 16734856. OLE color: 16734856.

HSL color Cylindrical-coordinate representation of color #885AFF: hue angle of 256.73º 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 #885AFF is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 136 90 255 -
CMYK 0.47 0.65 0 0
HSL 256.73º 1% 0.68% -
HSV(B) 256.73º 0.65% 1% -
XYZ 31.86 19.77 96.74 -
YUV 122.56 202.74 137.58 -
System Red Green Blue C M Y K H S L
Decimal 136 90 255 0.47 0.65 0 0 256.73 1 0.68
Hex 88 5A FF 2F 41 0 0 101 64 44
Octal 210 132 377 57 101 0 0 401 144 104
Binary 10001000 1011010 11111111 101111 1000001 0 0 100000001 1100100 1000100

Color Harmonies of #885AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885AFF

Black with #885AFF

Text Example


Text Example

White with #885AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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