Html Css Color HEX #844FEB Medium Slate Blue

📋 copy color: '#844FEB'

red 132 ◦ green 79 ◦ blue 235

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

Shades of Medium Slate Blue #844FEB

Tints of Medium Slate Blue #844FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.69%

R = 29.6%
G = 17.71%
B = 52.69%

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

#844FEB (or 0x844FEB) is known color: Medium Slate Blue. HEX triplet: 84, 4F and EB. RGB value is (132,79,235). Sum of RGB (Red+Green+Blue) = 132+79+235=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #844FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844FEB is #7BB014. Grayscale: #707070. Windows color (decimal): -8106005 or 15421316. OLE color: 15421316.

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

Color convert

RGB 132 79 235 -
CMYK 0.44 0.66 0 0.08
HSL 260.38º 0.8% 0.62% -
HSV(B) 260.38º 0.66% 0.92% -
XYZ 27.31 16.5 80.34 -
YUV 112.63 197.06 141.82 -
System Red Green Blue C M Y K H S L
Decimal 132 79 235 0.44 0.66 0 0.08 260.38 0.8 0.62
Hex 84 4F EB 2C 42 0 8 104 50 3E
Octal 204 117 353 54 102 0 10 404 120 76
Binary 10000100 1001111 11101011 101100 1000010 0 1000 100000100 1010000 111110

Color Harmonies of #844FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844FEB

Black with #844FEB

Text Example


Text Example

White with #844FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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