Html Css Color HEX #885FF5 Medium Slate Blue

📋 copy color: '#885FF5'

red 136 ◦ green 95 ◦ blue 245

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

Shades of Medium Slate Blue #885FF5

Tints of Medium Slate Blue #885FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 51.47%

R = 28.57%
G = 19.96%
B = 51.47%

CMYK

 C value IS 0.44

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#885FF5 (or 0x885FF5) is known color: Medium Slate Blue. HEX triplet: 88, 5F and F5. RGB value is (136,95,245). Sum of RGB (Red+Green+Blue) = 136+95+245=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 245 (96.09% from 255 or 51.47% from 476); Max value from RGB is 245 - color contains mainly: blue. Hex color #885FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885FF5 is #77A00A. Grayscale: #7B7B7B. Windows color (decimal): -7839755 or 16080776. OLE color: 16080776.

HSL color Cylindrical-coordinate representation of color #885FF5: hue angle of 256.4º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #885FF5 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 136 95 245 -
CMYK 0.44 0.61 0 0.04
HSL 256.4º 0.88% 0.67% -
HSV(B) 256.4º 0.61% 0.96% -
XYZ 30.73 20.01 88.63 -
YUV 124.36 196.08 136.3 -
System Red Green Blue C M Y K H S L
Decimal 136 95 245 0.44 0.61 0 0.04 256.4 0.88 0.67
Hex 88 5F F5 2C 3D 0 4 100 58 43
Octal 210 137 365 54 75 0 4 400 130 103
Binary 10001000 1011111 11110101 101100 111101 0 100 100000000 1011000 1000011

Color Harmonies of #885FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885FF5

Black with #885FF5

Text Example


Text Example

White with #885FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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