Html Css Color HEX #8366E7 Medium Slate Blue

📋 copy color: '#8366E7'

red 131 ◦ green 102 ◦ blue 231

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

Shades of Medium Slate Blue #8366E7

Tints of Medium Slate Blue #8366E7

RGB

 RED value IS 131 (51.56% from 255) = 28.23%

 GREEN value IS 102 (40.23% from 255) = 21.98%

 BLUE value IS 231 (90.63% from 255) = 49.78%

R = 28.23%
G = 21.98%
B = 49.78%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8366E7 (or 0x8366E7) is known color: Medium Slate Blue. HEX triplet: 83, 66 and E7. RGB value is (131,102,231). Sum of RGB (Red+Green+Blue) = 131+102+231=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 231 (90.62% from 255 or 49.78% from 464); Max value from RGB is 231 - color contains mainly: blue. Hex color #8366E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8366E7 is #7C9918. Grayscale: #7C7C7C. Windows color (decimal): -8165657 or 15165059. OLE color: 15165059.

HSL color Cylindrical-coordinate representation of color #8366E7: hue angle of 253.49º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8366E7 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 131 102 231 -
CMYK 0.43 0.56 0 0.09
HSL 253.49º 0.73% 0.65% -
HSV(B) 253.49º 0.56% 0.91% -
XYZ 28.54 20.1 77.98 -
YUV 125.38 187.61 132.01 -
System Red Green Blue C M Y K H S L
Decimal 131 102 231 0.43 0.56 0 0.09 253.49 0.73 0.65
Hex 83 66 E7 2B 38 0 9 FD 49 41
Octal 203 146 347 53 70 0 11 375 111 101
Binary 10000011 1100110 11100111 101011 111000 0 1001 11111101 1001001 1000001

Color Harmonies of #8366E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8366E7

Black with #8366E7

Text Example


Text Example

White with #8366E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8366E7; }

 p { color: rgb(131,102,231); }

 H1.HeaderClassName
 {
   color: #8366E7;
 }
 .AnyTagClassName
 {
   color: #8366E7;
 }
</style>

background-color css

<style>
 a { background-color: #8366E7; }

 a { background-color: rgb(131,102,231); }

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

border-color css

<style>
 span { border-color: #8366E7; }

 span { border-color: rgb(131,102,231); }

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