Html Css Color HEX #844DF8 Medium Slate Blue

📋 copy color: '#844DF8'

red 132 ◦ green 77 ◦ blue 248

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

Shades of Medium Slate Blue #844DF8

Tints of Medium Slate Blue #844DF8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.85%

 BLUE value IS 248 (97.27% from 255) = 54.27%

R = 28.88%
G = 16.85%
B = 54.27%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#844DF8 (or 0x844DF8) is known color: Medium Slate Blue. HEX triplet: 84, 4D and F8. RGB value is (132,77,248). Sum of RGB (Red+Green+Blue) = 132+77+248=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 248 (97.27% from 255 or 54.27% from 457); Max value from RGB is 248 - color contains mainly: blue. Hex color #844DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844DF8 is #7BB207. Grayscale: #707070. Windows color (decimal): -8106504 or 16272772. OLE color: 16272772.

HSL color Cylindrical-coordinate representation of color #844DF8: hue angle of 259.3º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #844DF8 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 132 77 248 -
CMYK 0.47 0.69 0 0.03
HSL 259.3º 0.92% 0.64% -
HSV(B) 259.3º 0.69% 0.97% -
XYZ 29.11 16.99 90.55 -
YUV 112.94 204.22 141.6 -
System Red Green Blue C M Y K H S L
Decimal 132 77 248 0.47 0.69 0 0.03 259.3 0.92 0.64
Hex 84 4D F8 2F 45 0 3 103 5C 40
Octal 204 115 370 57 105 0 3 403 134 100
Binary 10000100 1001101 11111000 101111 1000101 0 11 100000011 1011100 1000000

Color Harmonies of #844DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844DF8

Black with #844DF8

Text Example


Text Example

White with #844DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,77,248); }

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

background-color css

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

 a { background-color: rgb(132,77,248); }

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

border-color css

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

 span { border-color: rgb(132,77,248); }

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