Html Css Color HEX #844CFC Medium Slate Blue

📋 copy color: '#844CFC'

red 132 ◦ green 76 ◦ blue 252

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

Shades of Medium Slate Blue #844CFC

Tints of Medium Slate Blue #844CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.78%

R = 28.7%
G = 16.52%
B = 54.78%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#844CFC (or 0x844CFC) is known color: Medium Slate Blue. HEX triplet: 84, 4C and FC. RGB value is (132,76,252). Sum of RGB (Red+Green+Blue) = 132+76+252=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #844CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844CFC is #7BB303. Grayscale: #707070. Windows color (decimal): -8106756 or 16534660. OLE color: 16534660.

HSL color Cylindrical-coordinate representation of color #844CFC: hue angle of 259.09º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #844CFC is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 132 76 252 -
CMYK 0.48 0.70 0 0.01
HSL 259.09º 0.97% 0.64% -
HSV(B) 259.09º 0.7% 0.99% -
XYZ 29.67 17.1 93.83 -
YUV 112.81 206.55 141.69 -
System Red Green Blue C M Y K H S L
Decimal 132 76 252 0.48 0.70 0 0.01 259.09 0.97 0.64
Hex 84 4C FC 30 46 0 1 103 61 40
Octal 204 114 374 60 106 0 1 403 141 100
Binary 10000100 1001100 11111100 110000 1000110 0 1 100000011 1100001 1000000

Color Harmonies of #844CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844CFC

Black with #844CFC

Text Example


Text Example

White with #844CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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