Html Css Color HEX #844CFB Medium Slate Blue

📋 copy color: '#844CFB'

red 132 ◦ green 76 ◦ blue 251

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

Shades of Medium Slate Blue #844CFB

Tints of Medium Slate Blue #844CFB

RGB

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

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

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

R = 28.76%
G = 16.56%
B = 54.68%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#844CFB (or 0x844CFB) is known color: Medium Slate Blue. HEX triplet: 84, 4C and FB. RGB value is (132,76,251). Sum of RGB (Red+Green+Blue) = 132+76+251=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #844CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844CFB is #7BB304. Grayscale: #707070. Windows color (decimal): -8106757 or 16469124. OLE color: 16469124.

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

Color convert

RGB 132 76 251 -
CMYK 0.47 0.70 0 0.02
HSL 259.2º 0.96% 0.64% -
HSV(B) 259.2º 0.7% 0.98% -
XYZ 29.51 17.04 93 -
YUV 112.69 206.05 141.77 -
System Red Green Blue C M Y K H S L
Decimal 132 76 251 0.47 0.70 0 0.02 259.2 0.96 0.64
Hex 84 4C FB 2F 46 0 2 103 60 40
Octal 204 114 373 57 106 0 2 403 140 100
Binary 10000100 1001100 11111011 101111 1000110 0 10 100000011 1100000 1000000

Color Harmonies of #844CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844CFB

Black with #844CFB

Text Example


Text Example

White with #844CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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