Html Css Color HEX #885CFE Light Slate Blue

📋 copy color: '#885CFE'

red 136 ◦ green 92 ◦ blue 254

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

Shades of Light Slate Blue #885CFE

Tints of Light Slate Blue #885CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.09%

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

R = 28.22%
G = 19.09%
B = 52.7%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#885CFE (or 0x885CFE) is known color: Light Slate Blue. HEX triplet: 88, 5C and FE. RGB value is (136,92,254). Sum of RGB (Red+Green+Blue) = 136+92+254=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #885CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885CFE is #77A301. Grayscale: #7B7B7B. Windows color (decimal): -7840514 or 16669832. OLE color: 16669832.

HSL color Cylindrical-coordinate representation of color #885CFE: hue angle of 256.3º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #885CFE is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 136 92 254 -
CMYK 0.46 0.64 0 0.00
HSL 256.3º 0.99% 0.68% -
HSV(B) 256.3º 0.64% 1% -
XYZ 31.87 20.04 95.96 -
YUV 123.62 201.58 136.83 -
System Red Green Blue C M Y K H S L
Decimal 136 92 254 0.46 0.64 0 0.00 256.3 0.99 0.68
Hex 88 5C FE 2E 40 0 0 100 63 44
Octal 210 134 376 56 100 0 0 400 143 104
Binary 10001000 1011100 11111110 101110 1000000 0 0 100000000 1100011 1000100

Color Harmonies of #885CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885CFE

Black with #885CFE

Text Example


Text Example

White with #885CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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