Html Css Color HEX #885FEE Medium Slate Blue

📋 copy color: '#885FEE'

red 136 ◦ green 95 ◦ blue 238

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

Shades of Medium Slate Blue #885FEE

Tints of Medium Slate Blue #885FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.75%

R = 29%
G = 20.26%
B = 50.75%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#885FEE (or 0x885FEE) is known color: Medium Slate Blue. HEX triplet: 88, 5F and EE. RGB value is (136,95,238). Sum of RGB (Red+Green+Blue) = 136+95+238=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #885FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885FEE is #77A011. Grayscale: #7B7B7B. Windows color (decimal): -7839762 or 15622024. OLE color: 15622024.

HSL color Cylindrical-coordinate representation of color #885FEE: hue angle of 257.2º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #885FEE is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 136 95 238 -
CMYK 0.43 0.60 0 0.07
HSL 257.2º 0.81% 0.65% -
HSV(B) 257.2º 0.6% 0.93% -
XYZ 29.68 19.59 83.11 -
YUV 123.56 192.58 136.87 -
System Red Green Blue C M Y K H S L
Decimal 136 95 238 0.43 0.60 0 0.07 257.2 0.81 0.65
Hex 88 5F EE 2B 3C 0 7 101 51 41
Octal 210 137 356 53 74 0 7 401 121 101
Binary 10001000 1011111 11101110 101011 111100 0 111 100000001 1010001 1000001

Color Harmonies of #885FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885FEE

Black with #885FEE

Text Example


Text Example

White with #885FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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