Html Css Color HEX #844AF0 Medium Slate Blue

📋 copy color: '#844AF0'

red 132 ◦ green 74 ◦ blue 240

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

Shades of Medium Slate Blue #844AF0

Tints of Medium Slate Blue #844AF0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.59%

 BLUE value IS 240 (94.14% from 255) = 53.81%

R = 29.6%
G = 16.59%
B = 53.81%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#844AF0 (or 0x844AF0) is known color: Medium Slate Blue. HEX triplet: 84, 4A and F0. RGB value is (132,74,240). Sum of RGB (Red+Green+Blue) = 132+74+240=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 240 (94.14% from 255 or 53.81% from 446); Max value from RGB is 240 - color contains mainly: blue. Hex color #844AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844AF0 is #7BB50F. Grayscale: #6D6D6D. Windows color (decimal): -8107280 or 15747716. OLE color: 15747716.

HSL color Cylindrical-coordinate representation of color #844AF0: hue angle of 260.96º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #844AF0 is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 132 74 240 -
CMYK 0.45 0.69 0 0.06
HSL 260.96º 0.85% 0.62% -
HSV(B) 260.96º 0.69% 0.94% -
XYZ 27.69 16.09 84.09 -
YUV 110.27 201.22 143.5 -
System Red Green Blue C M Y K H S L
Decimal 132 74 240 0.45 0.69 0 0.06 260.96 0.85 0.62
Hex 84 4A F0 2D 45 0 6 105 55 3E
Octal 204 112 360 55 105 0 6 405 125 76
Binary 10000100 1001010 11110000 101101 1000101 0 110 100000101 1010101 111110

Color Harmonies of #844AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844AF0

Black with #844AF0

Text Example


Text Example

White with #844AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,74,240); }

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

background-color css

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

 a { background-color: rgb(132,74,240); }

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

border-color css

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

 span { border-color: rgb(132,74,240); }

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