Html Css Color HEX #844BFB Medium Slate Blue

📋 copy color: '#844BFB'

red 132 ◦ green 75 ◦ blue 251

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

Shades of Medium Slate Blue #844BFB

Tints of Medium Slate Blue #844BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.38%

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

R = 28.82%
G = 16.38%
B = 54.8%

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

#844BFB (or 0x844BFB) is known color: Medium Slate Blue. HEX triplet: 84, 4B and FB. RGB value is (132,75,251). Sum of RGB (Red+Green+Blue) = 132+75+251=458 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.82% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #844BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844BFB is #7BB404. Grayscale: #6F6F6F. Windows color (decimal): -8107013 or 16468868. OLE color: 16468868.

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

Color convert

RGB 132 75 251 -
CMYK 0.47 0.70 0 0.02
HSL 259.43º 0.96% 0.64% -
HSV(B) 259.43º 0.7% 0.98% -
XYZ 29.44 16.9 92.98 -
YUV 112.11 206.38 142.19 -
System Red Green Blue C M Y K H S L
Decimal 132 75 251 0.47 0.70 0 0.02 259.43 0.96 0.64
Hex 84 4B FB 2F 46 0 2 103 60 40
Octal 204 113 373 57 106 0 2 403 140 100
Binary 10000100 1001011 11111011 101111 1000110 0 10 100000011 1100000 1000000

Color Harmonies of #844BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844BFB

Black with #844BFB

Text Example


Text Example

White with #844BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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