Html Css Color HEX #885FEF Medium Slate Blue

📋 copy color: '#885FEF'

red 136 ◦ green 95 ◦ blue 239

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

Shades of Medium Slate Blue #885FEF

Tints of Medium Slate Blue #885FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.85%

R = 28.94%
G = 20.21%
B = 50.85%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#885FEF (or 0x885FEF) is known color: Medium Slate Blue. HEX triplet: 88, 5F and EF. RGB value is (136,95,239). Sum of RGB (Red+Green+Blue) = 136+95+239=470 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.94% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #885FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885FEF is #77A010. Grayscale: #7B7B7B. Windows color (decimal): -7839761 or 15687560. OLE color: 15687560.

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

Color convert

RGB 136 95 239 -
CMYK 0.43 0.60 0 0.06
HSL 257.08º 0.82% 0.65% -
HSV(B) 257.08º 0.6% 0.94% -
XYZ 29.83 19.65 83.88 -
YUV 123.68 193.08 136.79 -
System Red Green Blue C M Y K H S L
Decimal 136 95 239 0.43 0.60 0 0.06 257.08 0.82 0.65
Hex 88 5F EF 2B 3C 0 6 101 52 41
Octal 210 137 357 53 74 0 6 401 122 101
Binary 10001000 1011111 11101111 101011 111100 0 110 100000001 1010010 1000001

Color Harmonies of #885FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885FEF

Black with #885FEF

Text Example


Text Example

White with #885FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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