Html Css Color HEX #8360FA Medium Slate Blue

📋 copy color: '#8360FA'

red 131 ◦ green 96 ◦ blue 250

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

Shades of Medium Slate Blue #8360FA

Tints of Medium Slate Blue #8360FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.13%

 BLUE value IS 250 (98.05% from 255) = 52.41%

R = 27.46%
G = 20.13%
B = 52.41%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8360FA (or 0x8360FA) is known color: Medium Slate Blue. HEX triplet: 83, 60 and FA. RGB value is (131,96,250). Sum of RGB (Red+Green+Blue) = 131+96+250=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #8360FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8360FA is #7C9F05. Grayscale: #7B7B7B. Windows color (decimal): -8167174 or 16408707. OLE color: 16408707.

HSL color Cylindrical-coordinate representation of color #8360FA: hue angle of 253.64º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8360FA is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 96 250 -
CMYK 0.48 0.62 0 0.02
HSL 253.64º 0.94% 0.68% -
HSV(B) 253.64º 0.62% 0.98% -
XYZ 30.8 20.09 92.7 -
YUV 124.02 199.1 132.98 -
System Red Green Blue C M Y K H S L
Decimal 131 96 250 0.48 0.62 0 0.02 253.64 0.94 0.68
Hex 83 60 FA 30 3E 0 2 FE 5E 44
Octal 203 140 372 60 76 0 2 376 136 104
Binary 10000011 1100000 11111010 110000 111110 0 10 11111110 1011110 1000100

Color Harmonies of #8360FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8360FA

Black with #8360FA

Text Example


Text Example

White with #8360FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8360FA; }

 p { color: rgb(131,96,250); }

 H1.HeaderClassName
 {
   color: #8360FA;
 }
 .AnyTagClassName
 {
   color: #8360FA;
 }
</style>

background-color css

<style>
 a { background-color: #8360FA; }

 a { background-color: rgb(131,96,250); }

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

border-color css

<style>
 span { border-color: #8360FA; }

 span { border-color: rgb(131,96,250); }

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