Html Css Color HEX #885FF1 Medium Slate Blue

📋 copy color: '#885FF1'

red 136 ◦ green 95 ◦ blue 241

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

Shades of Medium Slate Blue #885FF1

Tints of Medium Slate Blue #885FF1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.13%

 BLUE value IS 241 (94.53% from 255) = 51.06%

R = 28.81%
G = 20.13%
B = 51.06%

CMYK

 C value IS 0.44

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#885FF1 (or 0x885FF1) is known color: Medium Slate Blue. HEX triplet: 88, 5F and F1. RGB value is (136,95,241). Sum of RGB (Red+Green+Blue) = 136+95+241=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #885FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885FF1 is #77A00E. Grayscale: #7B7B7B. Windows color (decimal): -7839759 or 15818632. OLE color: 15818632.

HSL color Cylindrical-coordinate representation of color #885FF1: hue angle of 256.85º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #885FF1 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 136 95 241 -
CMYK 0.44 0.61 0 0.05
HSL 256.85º 0.84% 0.66% -
HSV(B) 256.85º 0.61% 0.95% -
XYZ 30.12 19.77 85.45 -
YUV 123.9 194.08 136.63 -
System Red Green Blue C M Y K H S L
Decimal 136 95 241 0.44 0.61 0 0.05 256.85 0.84 0.66
Hex 88 5F F1 2C 3D 0 5 101 54 42
Octal 210 137 361 54 75 0 5 401 124 102
Binary 10001000 1011111 11110001 101100 111101 0 101 100000001 1010100 1000010

Color Harmonies of #885FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885FF1

Black with #885FF1

Text Example


Text Example

White with #885FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,95,241); }

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

background-color css

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

 a { background-color: rgb(136,95,241); }

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

border-color css

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

 span { border-color: rgb(136,95,241); }

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