Html Css Color HEX #8366DE Medium Slate Blue

📋 copy color: '#8366DE'

red 131 ◦ green 102 ◦ blue 222

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

Shades of Medium Slate Blue #8366DE

Tints of Medium Slate Blue #8366DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.79%

R = 28.79%
G = 22.42%
B = 48.79%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8366DE (or 0x8366DE) is known color: Medium Slate Blue. HEX triplet: 83, 66 and DE. RGB value is (131,102,222). Sum of RGB (Red+Green+Blue) = 131+102+222=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #8366DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8366DE is #7C9921. Grayscale: #7B7B7B. Windows color (decimal): -8165666 or 14575235. OLE color: 14575235.

HSL color Cylindrical-coordinate representation of color #8366DE: hue angle of 254.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8366DE is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 102 222 -
CMYK 0.41 0.54 0 0.13
HSL 254.5º 0.65% 0.64% -
HSV(B) 254.5º 0.54% 0.87% -
XYZ 27.3 19.6 71.45 -
YUV 124.35 183.11 132.74 -
System Red Green Blue C M Y K H S L
Decimal 131 102 222 0.41 0.54 0 0.13 254.5 0.65 0.64
Hex 83 66 DE 29 36 0 D FE 41 40
Octal 203 146 336 51 66 0 15 376 101 100
Binary 10000011 1100110 11011110 101001 110110 0 1101 11111110 1000001 1000000

Color Harmonies of #8366DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8366DE

Black with #8366DE

Text Example


Text Example

White with #8366DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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