Html Css Color HEX #8366E6 Medium Slate Blue

📋 copy color: '#8366E6'

red 131 ◦ green 102 ◦ blue 230

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

Shades of Medium Slate Blue #8366E6

Tints of Medium Slate Blue #8366E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 49.68%

R = 28.29%
G = 22.03%
B = 49.68%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8366E6 (or 0x8366E6) is known color: Medium Slate Blue. HEX triplet: 83, 66 and E6. RGB value is (131,102,230). Sum of RGB (Red+Green+Blue) = 131+102+230=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 230 (90.23% from 255 or 49.68% from 463); Max value from RGB is 230 - color contains mainly: blue. Hex color #8366E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8366E6 is #7C9919. Grayscale: #7C7C7C. Windows color (decimal): -8165658 or 15099523. OLE color: 15099523.

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

Color convert

RGB 131 102 230 -
CMYK 0.43 0.56 0 0.10
HSL 253.59º 0.72% 0.65% -
HSV(B) 253.59º 0.56% 0.9% -
XYZ 28.39 20.04 77.23 -
YUV 125.26 187.11 132.09 -
System Red Green Blue C M Y K H S L
Decimal 131 102 230 0.43 0.56 0 0.10 253.59 0.72 0.65
Hex 83 66 E6 2B 38 0 A FE 48 41
Octal 203 146 346 53 70 0 12 376 110 101
Binary 10000011 1100110 11100110 101011 111000 0 1010 11111110 1001000 1000001

Color Harmonies of #8366E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8366E6

Black with #8366E6

Text Example


Text Example

White with #8366E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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