Html Css Color HEX #885AFE Light Slate Blue

📋 copy color: '#885AFE'

red 136 ◦ green 90 ◦ blue 254

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

Shades of Light Slate Blue #885AFE

Tints of Light Slate Blue #885AFE

RGB

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

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

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

R = 28.33%
G = 18.75%
B = 52.92%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#885AFE (or 0x885AFE) is known color: Light Slate Blue. HEX triplet: 88, 5A and FE. RGB value is (136,90,254). Sum of RGB (Red+Green+Blue) = 136+90+254=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #885AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885AFE is #77A501. Grayscale: #797979. Windows color (decimal): -7841026 or 16669320. OLE color: 16669320.

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

Color convert

RGB 136 90 254 -
CMYK 0.46 0.65 0 0.00
HSL 256.83º 0.99% 0.67% -
HSV(B) 256.83º 0.65% 1% -
XYZ 31.7 19.7 95.9 -
YUV 122.45 202.24 137.66 -
System Red Green Blue C M Y K H S L
Decimal 136 90 254 0.46 0.65 0 0.00 256.83 0.99 0.67
Hex 88 5A FE 2E 41 0 0 101 63 43
Octal 210 132 376 56 101 0 0 401 143 103
Binary 10001000 1011010 11111110 101110 1000001 0 0 100000001 1100011 1000011

Color Harmonies of #885AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885AFE

Black with #885AFE

Text Example


Text Example

White with #885AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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