Html Css Color HEX #8358FA Medium Slate Blue

📋 copy color: '#8358FA'

red 131 ◦ green 88 ◦ blue 250

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

Shades of Medium Slate Blue #8358FA

Tints of Medium Slate Blue #8358FA

RGB

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

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

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

R = 27.93%
G = 18.76%
B = 53.3%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8358FA (or 0x8358FA) is known color: Medium Slate Blue. HEX triplet: 83, 58 and FA. RGB value is (131,88,250). Sum of RGB (Red+Green+Blue) = 131+88+250=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #8358FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8358FA is #7CA705. Grayscale: #767676. Windows color (decimal): -8169222 or 16406659. OLE color: 16406659.

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

Color convert

RGB 131 88 250 -
CMYK 0.48 0.65 0 0.02
HSL 255.93º 0.94% 0.66% -
HSV(B) 255.93º 0.65% 0.98% -
XYZ 30.11 18.71 92.47 -
YUV 119.33 201.75 136.33 -
System Red Green Blue C M Y K H S L
Decimal 131 88 250 0.48 0.65 0 0.02 255.93 0.94 0.66
Hex 83 58 FA 30 41 0 2 100 5E 42
Octal 203 130 372 60 101 0 2 400 136 102
Binary 10000011 1011000 11111010 110000 1000001 0 10 100000000 1011110 1000010

Color Harmonies of #8358FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8358FA

Black with #8358FA

Text Example


Text Example

White with #8358FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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