Html Css Color HEX #8467F1 Medium Slate Blue

📋 copy color: '#8467F1'

red 132 ◦ green 103 ◦ blue 241

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

Shades of Medium Slate Blue #8467F1

Tints of Medium Slate Blue #8467F1

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.64%

 BLUE value IS 241 (94.53% from 255) = 50.63%

R = 27.73%
G = 21.64%
B = 50.63%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8467F1 (or 0x8467F1) is known color: Medium Slate Blue. HEX triplet: 84, 67 and F1. RGB value is (132,103,241). Sum of RGB (Red+Green+Blue) = 132+103+241=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #8467F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8467F1 is #7B980E. Grayscale: #7E7E7E. Windows color (decimal): -8099855 or 15820676. OLE color: 15820676.

HSL color Cylindrical-coordinate representation of color #8467F1: hue angle of 252.61º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8467F1 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 103 241 -
CMYK 0.45 0.57 0 0.05
HSL 252.61º 0.83% 0.67% -
HSV(B) 252.61º 0.57% 0.95% -
XYZ 30.24 20.96 85.67 -
YUV 127.4 192.11 131.28 -
System Red Green Blue C M Y K H S L
Decimal 132 103 241 0.45 0.57 0 0.05 252.61 0.83 0.67
Hex 84 67 F1 2D 39 0 5 FD 53 43
Octal 204 147 361 55 71 0 5 375 123 103
Binary 10000100 1100111 11110001 101101 111001 0 101 11111101 1010011 1000011

Color Harmonies of #8467F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8467F1

Black with #8467F1

Text Example


Text Example

White with #8467F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8467F1; }

 p { color: rgb(132,103,241); }

 H1.HeaderClassName
 {
   color: #8467F1;
 }
 .AnyTagClassName
 {
   color: #8467F1;
 }
</style>

background-color css

<style>
 a { background-color: #8467F1; }

 a { background-color: rgb(132,103,241); }

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

border-color css

<style>
 span { border-color: #8467F1; }

 span { border-color: rgb(132,103,241); }

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