Html Css Color HEX #8368EA Medium Slate Blue

📋 copy color: '#8368EA'

red 131 ◦ green 104 ◦ blue 234

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

Shades of Medium Slate Blue #8368EA

Tints of Medium Slate Blue #8368EA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.17%

 BLUE value IS 234 (91.8% from 255) = 49.89%

R = 27.93%
G = 22.17%
B = 49.89%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8368EA (or 0x8368EA) is known color: Medium Slate Blue. HEX triplet: 83, 68 and EA. RGB value is (131,104,234). Sum of RGB (Red+Green+Blue) = 131+104+234=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #8368EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8368EA is #7C9715. Grayscale: #7E7E7E. Windows color (decimal): -8165142 or 15362179. OLE color: 15362179.

HSL color Cylindrical-coordinate representation of color #8368EA: hue angle of 252.46º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8368EA is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 104 234 -
CMYK 0.44 0.56 0 0.08
HSL 252.46º 0.76% 0.66% -
HSV(B) 252.46º 0.56% 0.92% -
XYZ 29.16 20.67 80.29 -
YUV 126.89 188.45 130.93 -
System Red Green Blue C M Y K H S L
Decimal 131 104 234 0.44 0.56 0 0.08 252.46 0.76 0.66
Hex 83 68 EA 2C 38 0 8 FC 4C 42
Octal 203 150 352 54 70 0 10 374 114 102
Binary 10000011 1101000 11101010 101100 111000 0 1000 11111100 1001100 1000010

Color Harmonies of #8368EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8368EA

Black with #8368EA

Text Example


Text Example

White with #8368EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8368EA; }

 p { color: rgb(131,104,234); }

 H1.HeaderClassName
 {
   color: #8368EA;
 }
 .AnyTagClassName
 {
   color: #8368EA;
 }
</style>

background-color css

<style>
 a { background-color: #8368EA; }

 a { background-color: rgb(131,104,234); }

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

border-color css

<style>
 span { border-color: #8368EA; }

 span { border-color: rgb(131,104,234); }

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