Html Css Color HEX #845AE9 Medium Slate Blue

📋 copy color: '#845AE9'

red 132 ◦ green 90 ◦ blue 233

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

Shades of Medium Slate Blue #845AE9

Tints of Medium Slate Blue #845AE9

RGB

 RED value IS 132 (51.95% from 255) = 29.01%

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

 BLUE value IS 233 (91.41% from 255) = 51.21%

R = 29.01%
G = 19.78%
B = 51.21%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#845AE9 (or 0x845AE9) is known color: Medium Slate Blue. HEX triplet: 84, 5A and E9. RGB value is (132,90,233). Sum of RGB (Red+Green+Blue) = 132+90+233=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 233 (91.41% from 255 or 51.21% from 455); Max value from RGB is 233 - color contains mainly: blue. Hex color #845AE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845AE9 is #7BA516. Grayscale: #767676. Windows color (decimal): -8103191 or 15293060. OLE color: 15293060.

HSL color Cylindrical-coordinate representation of color #845AE9: hue angle of 257.62º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #845AE9 is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 132 90 233 -
CMYK 0.43 0.61 0 0.09
HSL 257.62º 0.76% 0.63% -
HSV(B) 257.62º 0.61% 0.91% -
XYZ 27.88 18.1 79.12 -
YUV 118.86 192.41 137.37 -
System Red Green Blue C M Y K H S L
Decimal 132 90 233 0.43 0.61 0 0.09 257.62 0.76 0.63
Hex 84 5A E9 2B 3D 0 9 102 4C 3F
Octal 204 132 351 53 75 0 11 402 114 77
Binary 10000100 1011010 11101001 101011 111101 0 1001 100000010 1001100 111111

Color Harmonies of #845AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845AE9

Black with #845AE9

Text Example


Text Example

White with #845AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845AE9; }

 p { color: rgb(132,90,233); }

 H1.HeaderClassName
 {
   color: #845AE9;
 }
 .AnyTagClassName
 {
   color: #845AE9;
 }
</style>

background-color css

<style>
 a { background-color: #845AE9; }

 a { background-color: rgb(132,90,233); }

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

border-color css

<style>
 span { border-color: #845AE9; }

 span { border-color: rgb(132,90,233); }

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