Html Css Color HEX #844FEA Medium Slate Blue

📋 copy color: '#844FEA'

red 132 ◦ green 79 ◦ blue 234

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

Shades of Medium Slate Blue #844FEA

Tints of Medium Slate Blue #844FEA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.75%

 BLUE value IS 234 (91.8% from 255) = 52.58%

R = 29.66%
G = 17.75%
B = 52.58%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#844FEA (or 0x844FEA) is known color: Medium Slate Blue. HEX triplet: 84, 4F and EA. RGB value is (132,79,234). Sum of RGB (Red+Green+Blue) = 132+79+234=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #844FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844FEA is #7BB015. Grayscale: #6F6F6F. Windows color (decimal): -8106006 or 15355780. OLE color: 15355780.

HSL color Cylindrical-coordinate representation of color #844FEA: hue angle of 260.52º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #844FEA is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 79 234 -
CMYK 0.44 0.66 0 0.08
HSL 260.52º 0.79% 0.61% -
HSV(B) 260.52º 0.66% 0.92% -
XYZ 27.16 16.44 79.58 -
YUV 112.52 196.56 141.9 -
System Red Green Blue C M Y K H S L
Decimal 132 79 234 0.44 0.66 0 0.08 260.52 0.79 0.61
Hex 84 4F EA 2C 42 0 8 105 4F 3D
Octal 204 117 352 54 102 0 10 405 117 75
Binary 10000100 1001111 11101010 101100 1000010 0 1000 100000101 1001111 111101

Color Harmonies of #844FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844FEA

Black with #844FEA

Text Example


Text Example

White with #844FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,79,234); }

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

background-color css

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

 a { background-color: rgb(132,79,234); }

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

border-color css

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

 span { border-color: rgb(132,79,234); }

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