Html Css Color HEX #844CFF Medium Slate Blue

📋 copy color: '#844CFF'

red 132 ◦ green 76 ◦ blue 255

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

Shades of Medium Slate Blue #844CFF

Tints of Medium Slate Blue #844CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.08%

R = 28.51%
G = 16.41%
B = 55.08%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#844CFF (or 0x844CFF) is known color: Medium Slate Blue. HEX triplet: 84, 4C and FF. RGB value is (132,76,255). Sum of RGB (Red+Green+Blue) = 132+76+255=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #844CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844CFF is #7BB300. Grayscale: #707070. Windows color (decimal): -8106753 or 16731268. OLE color: 16731268.

HSL color Cylindrical-coordinate representation of color #844CFF: hue angle of 258.77º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #844CFF is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 132 76 255 -
CMYK 0.48 0.70 0 0
HSL 258.77º 1% 0.65% -
HSV(B) 258.77º 0.7% 1% -
XYZ 30.15 17.29 96.36 -
YUV 113.15 208.05 141.45 -
System Red Green Blue C M Y K H S L
Decimal 132 76 255 0.48 0.70 0 0 258.77 1 0.65
Hex 84 4C FF 30 46 0 0 103 64 41
Octal 204 114 377 60 106 0 0 403 144 101
Binary 10000100 1001100 11111111 110000 1000110 0 0 100000011 1100100 1000001

Color Harmonies of #844CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844CFF

Black with #844CFF

Text Example


Text Example

White with #844CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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