Html Css Color HEX #846AEB Medium Slate Blue

📋 copy color: '#846AEB'

red 132 ◦ green 106 ◦ blue 235

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

Shades of Medium Slate Blue #846AEB

Tints of Medium Slate Blue #846AEB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.41%

 BLUE value IS 235 (92.19% from 255) = 49.68%

R = 27.91%
G = 22.41%
B = 49.68%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#846AEB (or 0x846AEB) is known color: Medium Slate Blue. HEX triplet: 84, 6A and EB. RGB value is (132,106,235). Sum of RGB (Red+Green+Blue) = 132+106+235=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #846AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846AEB is #7B9514. Grayscale: #7F7F7F. Windows color (decimal): -8099093 or 15428228. OLE color: 15428228.

HSL color Cylindrical-coordinate representation of color #846AEB: hue angle of 252.09º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #846AEB is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 106 235 -
CMYK 0.44 0.55 0 0.08
HSL 252.09º 0.76% 0.67% -
HSV(B) 252.09º 0.55% 0.92% -
XYZ 29.67 21.21 81.13 -
YUV 128.48 188.11 130.51 -
System Red Green Blue C M Y K H S L
Decimal 132 106 235 0.44 0.55 0 0.08 252.09 0.76 0.67
Hex 84 6A EB 2C 37 0 8 FC 4C 43
Octal 204 152 353 54 67 0 10 374 114 103
Binary 10000100 1101010 11101011 101100 110111 0 1000 11111100 1001100 1000011

Color Harmonies of #846AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846AEB

Black with #846AEB

Text Example


Text Example

White with #846AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846AEB; }

 p { color: rgb(132,106,235); }

 H1.HeaderClassName
 {
   color: #846AEB;
 }
 .AnyTagClassName
 {
   color: #846AEB;
 }
</style>

background-color css

<style>
 a { background-color: #846AEB; }

 a { background-color: rgb(132,106,235); }

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

border-color css

<style>
 span { border-color: #846AEB; }

 span { border-color: rgb(132,106,235); }

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