Html Css Color HEX #8358FE Medium Slate Blue

📋 copy color: '#8358FE'

red 131 ◦ green 88 ◦ blue 254

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

Shades of Medium Slate Blue #8358FE

Tints of Medium Slate Blue #8358FE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.6%

 BLUE value IS 254 (99.61% from 255) = 53.7%

R = 27.7%
G = 18.6%
B = 53.7%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8358FE (or 0x8358FE) is known color: Medium Slate Blue. HEX triplet: 83, 58 and FE. RGB value is (131,88,254). Sum of RGB (Red+Green+Blue) = 131+88+254=473 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.70% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #8358FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8358FE is #7CA701. Grayscale: #777777. Windows color (decimal): -8169218 or 16668803. OLE color: 16668803.

HSL color Cylindrical-coordinate representation of color #8358FE: hue angle of 255.54º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8358FE is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 131 88 254 -
CMYK 0.48 0.65 0 0.00
HSL 255.54º 0.99% 0.67% -
HSV(B) 255.54º 0.65% 1% -
XYZ 30.74 18.96 95.81 -
YUV 119.78 203.75 136 -
System Red Green Blue C M Y K H S L
Decimal 131 88 254 0.48 0.65 0 0.00 255.54 0.99 0.67
Hex 83 58 FE 30 41 0 0 100 63 43
Octal 203 130 376 60 101 0 0 400 143 103
Binary 10000011 1011000 11111110 110000 1000001 0 0 100000000 1100011 1000011

Color Harmonies of #8358FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8358FE

Black with #8358FE

Text Example


Text Example

White with #8358FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8358FE; }

 p { color: rgb(131,88,254); }

 H1.HeaderClassName
 {
   color: #8358FE;
 }
 .AnyTagClassName
 {
   color: #8358FE;
 }
</style>

background-color css

<style>
 a { background-color: #8358FE; }

 a { background-color: rgb(131,88,254); }

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

border-color css

<style>
 span { border-color: #8358FE; }

 span { border-color: rgb(131,88,254); }

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