Html Css Color HEX #885EFE Light Slate Blue

📋 copy color: '#885EFE'

red 136 ◦ green 94 ◦ blue 254

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

Shades of Light Slate Blue #885EFE

Tints of Light Slate Blue #885EFE

RGB

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

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

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

R = 28.1%
G = 19.42%
B = 52.48%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#885EFE (or 0x885EFE) is known color: Light Slate Blue. HEX triplet: 88, 5E and FE. RGB value is (136,94,254). Sum of RGB (Red+Green+Blue) = 136+94+254=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #885EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885EFE is #77A101. Grayscale: #7C7C7C. Windows color (decimal): -7840002 or 16670344. OLE color: 16670344.

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

Color convert

RGB 136 94 254 -
CMYK 0.46 0.63 0 0.00
HSL 255.75º 0.99% 0.68% -
HSV(B) 255.75º 0.63% 1% -
XYZ 32.05 20.4 96.01 -
YUV 124.8 200.91 135.99 -
System Red Green Blue C M Y K H S L
Decimal 136 94 254 0.46 0.63 0 0.00 255.75 0.99 0.68
Hex 88 5E FE 2E 3F 0 0 100 63 44
Octal 210 136 376 56 77 0 0 400 143 104
Binary 10001000 1011110 11111110 101110 111111 0 0 100000000 1100011 1000100

Color Harmonies of #885EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885EFE

Black with #885EFE

Text Example


Text Example

White with #885EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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