Html Css Color HEX #844BEC Medium Slate Blue

📋 copy color: '#844BEC'

red 132 ◦ green 75 ◦ blue 236

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

Shades of Medium Slate Blue #844BEC

Tints of Medium Slate Blue #844BEC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.93%

 BLUE value IS 236 (92.58% from 255) = 53.27%

R = 29.8%
G = 16.93%
B = 53.27%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#844BEC (or 0x844BEC) is known color: Medium Slate Blue. HEX triplet: 84, 4B and EC. RGB value is (132,75,236). Sum of RGB (Red+Green+Blue) = 132+75+236=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #844BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844BEC is #7BB413. Grayscale: #6D6D6D. Windows color (decimal): -8107028 or 15485828. OLE color: 15485828.

HSL color Cylindrical-coordinate representation of color #844BEC: hue angle of 261.24º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #844BEC is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 75 236 -
CMYK 0.44 0.68 0 0.07
HSL 261.24º 0.81% 0.61% -
HSV(B) 261.24º 0.68% 0.93% -
XYZ 27.17 15.99 81.01 -
YUV 110.4 198.88 143.41 -
System Red Green Blue C M Y K H S L
Decimal 132 75 236 0.44 0.68 0 0.07 261.24 0.81 0.61
Hex 84 4B EC 2C 44 0 7 105 51 3D
Octal 204 113 354 54 104 0 7 405 121 75
Binary 10000100 1001011 11101100 101100 1000100 0 111 100000101 1010001 111101

Color Harmonies of #844BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844BEC

Black with #844BEC

Text Example


Text Example

White with #844BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844BEC; }

 p { color: rgb(132,75,236); }

 H1.HeaderClassName
 {
   color: #844BEC;
 }
 .AnyTagClassName
 {
   color: #844BEC;
 }
</style>

background-color css

<style>
 a { background-color: #844BEC; }

 a { background-color: rgb(132,75,236); }

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

border-color css

<style>
 span { border-color: #844BEC; }

 span { border-color: rgb(132,75,236); }

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