Html Css Color HEX #844CE7 Medium Slate Blue

📋 copy color: '#844CE7'

red 132 ◦ green 76 ◦ blue 231

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

Shades of Medium Slate Blue #844CE7

Tints of Medium Slate Blue #844CE7

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.31%

 BLUE value IS 231 (90.63% from 255) = 52.62%

R = 30.07%
G = 17.31%
B = 52.62%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#844CE7 (or 0x844CE7) is known color: Medium Slate Blue. HEX triplet: 84, 4C and E7. RGB value is (132,76,231). Sum of RGB (Red+Green+Blue) = 132+76+231=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 231 (90.62% from 255 or 52.62% from 439); Max value from RGB is 231 - color contains mainly: blue. Hex color #844CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844CE7 is #7BB318. Grayscale: #6D6D6D. Windows color (decimal): -8106777 or 15158404. OLE color: 15158404.

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

Color convert

RGB 132 76 231 -
CMYK 0.43 0.67 0 0.09
HSL 261.68º 0.76% 0.6% -
HSV(B) 261.68º 0.67% 0.91% -
XYZ 26.52 15.84 77.26 -
YUV 110.41 196.05 143.4 -
System Red Green Blue C M Y K H S L
Decimal 132 76 231 0.43 0.67 0 0.09 261.68 0.76 0.6
Hex 84 4C E7 2B 43 0 9 106 4C 3C
Octal 204 114 347 53 103 0 11 406 114 74
Binary 10000100 1001100 11100111 101011 1000011 0 1001 100000110 1001100 111100

Color Harmonies of #844CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844CE7

Black with #844CE7

Text Example


Text Example

White with #844CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,76,231); }

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

background-color css

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

 a { background-color: rgb(132,76,231); }

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

border-color css

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

 span { border-color: rgb(132,76,231); }

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