Html Css Color HEX #885DF7 Medium Slate Blue

📋 copy color: '#885DF7'

red 136 ◦ green 93 ◦ blue 247

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

Shades of Medium Slate Blue #885DF7

Tints of Medium Slate Blue #885DF7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.54%

 BLUE value IS 247 (96.88% from 255) = 51.89%

R = 28.57%
G = 19.54%
B = 51.89%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#885DF7 (or 0x885DF7) is known color: Medium Slate Blue. HEX triplet: 88, 5D and F7. RGB value is (136,93,247). Sum of RGB (Red+Green+Blue) = 136+93+247=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 247 (96.88% from 255 or 51.89% from 476); Max value from RGB is 247 - color contains mainly: blue. Hex color #885DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885DF7 is #77A208. Grayscale: #7A7A7A. Windows color (decimal): -7840265 or 16211336. OLE color: 16211336.

HSL color Cylindrical-coordinate representation of color #885DF7: hue angle of 256.75º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #885DF7 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 136 93 247 -
CMYK 0.45 0.62 0 0.03
HSL 256.75º 0.91% 0.67% -
HSV(B) 256.75º 0.62% 0.97% -
XYZ 30.86 19.78 90.19 -
YUV 123.41 197.75 136.98 -
System Red Green Blue C M Y K H S L
Decimal 136 93 247 0.45 0.62 0 0.03 256.75 0.91 0.67
Hex 88 5D F7 2D 3E 0 3 101 5B 43
Octal 210 135 367 55 76 0 3 401 133 103
Binary 10001000 1011101 11110111 101101 111110 0 11 100000001 1011011 1000011

Color Harmonies of #885DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885DF7

Black with #885DF7

Text Example


Text Example

White with #885DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,93,247); }

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

background-color css

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

 a { background-color: rgb(136,93,247); }

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

border-color css

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

 span { border-color: rgb(136,93,247); }

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