Html Css Color HEX #885AF1 Medium Slate Blue

📋 copy color: '#885AF1'

red 136 ◦ green 90 ◦ blue 241

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

Shades of Medium Slate Blue #885AF1

Tints of Medium Slate Blue #885AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 51.61%

R = 29.12%
G = 19.27%
B = 51.61%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#885AF1 (or 0x885AF1) is known color: Medium Slate Blue. HEX triplet: 88, 5A and F1. RGB value is (136,90,241). Sum of RGB (Red+Green+Blue) = 136+90+241=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #885AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885AF1 is #77A50E. Grayscale: #787878. Windows color (decimal): -7841039 or 15817352. OLE color: 15817352.

HSL color Cylindrical-coordinate representation of color #885AF1: hue angle of 258.28º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #885AF1 is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 136 90 241 -
CMYK 0.44 0.63 0 0.05
HSL 258.28º 0.84% 0.65% -
HSV(B) 258.28º 0.63% 0.95% -
XYZ 29.69 18.9 85.3 -
YUV 120.97 195.74 138.72 -
System Red Green Blue C M Y K H S L
Decimal 136 90 241 0.44 0.63 0 0.05 258.28 0.84 0.65
Hex 88 5A F1 2C 3F 0 5 102 54 41
Octal 210 132 361 54 77 0 5 402 124 101
Binary 10001000 1011010 11110001 101100 111111 0 101 100000010 1010100 1000001

Color Harmonies of #885AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885AF1

Black with #885AF1

Text Example


Text Example

White with #885AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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