Html Css Color HEX #845BFB Medium Slate Blue

📋 copy color: '#845BFB'

red 132 ◦ green 91 ◦ blue 251

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

Shades of Medium Slate Blue #845BFB

Tints of Medium Slate Blue #845BFB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.2%

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

R = 27.85%
G = 19.2%
B = 52.95%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#845BFB (or 0x845BFB) is known color: Medium Slate Blue. HEX triplet: 84, 5B and FB. RGB value is (132,91,251). Sum of RGB (Red+Green+Blue) = 132+91+251=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #845BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845BFB is #7BA404. Grayscale: #787878. Windows color (decimal): -8102917 or 16472964. OLE color: 16472964.

HSL color Cylindrical-coordinate representation of color #845BFB: hue angle of 255.38º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #845BFB is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 91 251 -
CMYK 0.47 0.64 0 0.02
HSL 255.38º 0.95% 0.67% -
HSV(B) 255.38º 0.64% 0.98% -
XYZ 30.67 19.35 93.39 -
YUV 121.5 201.08 135.49 -
System Red Green Blue C M Y K H S L
Decimal 132 91 251 0.47 0.64 0 0.02 255.38 0.95 0.67
Hex 84 5B FB 2F 40 0 2 FF 5F 43
Octal 204 133 373 57 100 0 2 377 137 103
Binary 10000100 1011011 11111011 101111 1000000 0 10 11111111 1011111 1000011

Color Harmonies of #845BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845BFB

Black with #845BFB

Text Example


Text Example

White with #845BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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