Html Css Color HEX #844CF8 Medium Slate Blue

📋 copy color: '#844CF8'

red 132 ◦ green 76 ◦ blue 248

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

Shades of Medium Slate Blue #844CF8

Tints of Medium Slate Blue #844CF8

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.67%

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

R = 28.95%
G = 16.67%
B = 54.39%

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

#844CF8 (or 0x844CF8) is known color: Medium Slate Blue. HEX triplet: 84, 4C and F8. RGB value is (132,76,248). Sum of RGB (Red+Green+Blue) = 132+76+248=456 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.95% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 248 (97.27% from 255 or 54.39% from 456); Max value from RGB is 248 - color contains mainly: blue. Hex color #844CF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844CF8 is #7BB307. Grayscale: #6F6F6F. Windows color (decimal): -8106760 or 16272516. OLE color: 16272516.

HSL color Cylindrical-coordinate representation of color #844CF8: hue angle of 259.53º 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 #844CF8 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 132 76 248 -
CMYK 0.47 0.69 0 0.03
HSL 259.53º 0.92% 0.64% -
HSV(B) 259.53º 0.69% 0.97% -
XYZ 29.04 16.85 90.53 -
YUV 112.35 204.55 142.01 -
System Red Green Blue C M Y K H S L
Decimal 132 76 248 0.47 0.69 0 0.03 259.53 0.92 0.64
Hex 84 4C F8 2F 45 0 3 104 5C 40
Octal 204 114 370 57 105 0 3 404 134 100
Binary 10000100 1001100 11111000 101111 1000101 0 11 100000100 1011100 1000000

Color Harmonies of #844CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844CF8

Black with #844CF8

Text Example


Text Example

White with #844CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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