Html Css Color HEX #885AEA Medium Slate Blue

📋 copy color: '#885AEA'

red 136 ◦ green 90 ◦ blue 234

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

Shades of Medium Slate Blue #885AEA

Tints of Medium Slate Blue #885AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.87%

R = 29.57%
G = 19.57%
B = 50.87%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#885AEA (or 0x885AEA) is known color: Medium Slate Blue. HEX triplet: 88, 5A and EA. RGB value is (136,90,234). Sum of RGB (Red+Green+Blue) = 136+90+234=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #885AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885AEA is #77A515. Grayscale: #777777. Windows color (decimal): -7841046 or 15358600. OLE color: 15358600.

HSL color Cylindrical-coordinate representation of color #885AEA: hue angle of 259.17º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #885AEA is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 136 90 234 -
CMYK 0.42 0.62 0 0.08
HSL 259.17º 0.77% 0.64% -
HSV(B) 259.17º 0.62% 0.92% -
XYZ 28.66 18.49 79.9 -
YUV 120.17 192.24 139.29 -
System Red Green Blue C M Y K H S L
Decimal 136 90 234 0.42 0.62 0 0.08 259.17 0.77 0.64
Hex 88 5A EA 2A 3E 0 8 103 4D 40
Octal 210 132 352 52 76 0 10 403 115 100
Binary 10001000 1011010 11101010 101010 111110 0 1000 100000011 1001101 1000000

Color Harmonies of #885AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885AEA

Black with #885AEA

Text Example


Text Example

White with #885AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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