Html Css Color HEX #844AFB Medium Slate Blue

📋 copy color: '#844AFB'

red 132 ◦ green 74 ◦ blue 251

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

Shades of Medium Slate Blue #844AFB

Tints of Medium Slate Blue #844AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.92%

R = 28.88%
G = 16.19%
B = 54.92%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#844AFB (or 0x844AFB) is known color: Medium Slate Blue. HEX triplet: 84, 4A and FB. RGB value is (132,74,251). Sum of RGB (Red+Green+Blue) = 132+74+251=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #844AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844AFB is #7BB504. Grayscale: #6E6E6E. Windows color (decimal): -8107269 or 16468612. OLE color: 16468612.

HSL color Cylindrical-coordinate representation of color #844AFB: hue angle of 259.66º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #844AFB is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 74 251 -
CMYK 0.47 0.71 0 0.02
HSL 259.66º 0.96% 0.64% -
HSV(B) 259.66º 0.71% 0.98% -
XYZ 29.38 16.77 92.96 -
YUV 111.52 206.72 142.61 -
System Red Green Blue C M Y K H S L
Decimal 132 74 251 0.47 0.71 0 0.02 259.66 0.96 0.64
Hex 84 4A FB 2F 47 0 2 104 60 40
Octal 204 112 373 57 107 0 2 404 140 100
Binary 10000100 1001010 11111011 101111 1000111 0 10 100000100 1100000 1000000

Color Harmonies of #844AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844AFB

Black with #844AFB

Text Example


Text Example

White with #844AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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