Html Css Color HEX #885AF6 Medium Slate Blue

📋 copy color: '#885AF6'

red 136 ◦ green 90 ◦ blue 246

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

Shades of Medium Slate Blue #885AF6

Tints of Medium Slate Blue #885AF6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.07%

 BLUE value IS 246 (96.48% from 255) = 52.12%

R = 28.81%
G = 19.07%
B = 52.12%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#885AF6 (or 0x885AF6) is known color: Medium Slate Blue. HEX triplet: 88, 5A and F6. RGB value is (136,90,246). Sum of RGB (Red+Green+Blue) = 136+90+246=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 246 (96.48% from 255 or 52.12% from 472); Max value from RGB is 246 - color contains mainly: blue. Hex color #885AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885AF6 is #77A509. Grayscale: #787878. Windows color (decimal): -7841034 or 16145032. OLE color: 16145032.

HSL color Cylindrical-coordinate representation of color #885AF6: hue angle of 257.69º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #885AF6 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 136 90 246 -
CMYK 0.45 0.63 0 0.04
HSL 257.69º 0.9% 0.66% -
HSV(B) 257.69º 0.63% 0.96% -
XYZ 30.44 19.2 89.29 -
YUV 121.54 198.24 138.32 -
System Red Green Blue C M Y K H S L
Decimal 136 90 246 0.45 0.63 0 0.04 257.69 0.9 0.66
Hex 88 5A F6 2D 3F 0 4 102 5A 42
Octal 210 132 366 55 77 0 4 402 132 102
Binary 10001000 1011010 11110110 101101 111111 0 100 100000010 1011010 1000010

Color Harmonies of #885AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885AF6

Black with #885AF6

Text Example


Text Example

White with #885AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,90,246); }

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

background-color css

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

 a { background-color: rgb(136,90,246); }

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

border-color css

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

 span { border-color: rgb(136,90,246); }

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