Html Css Color HEX #8358FC Medium Slate Blue

📋 copy color: '#8358FC'

red 131 ◦ green 88 ◦ blue 252

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

Shades of Medium Slate Blue #8358FC

Tints of Medium Slate Blue #8358FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.5%

R = 27.81%
G = 18.68%
B = 53.5%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8358FC (or 0x8358FC) is known color: Medium Slate Blue. HEX triplet: 83, 58 and FC. RGB value is (131,88,252). Sum of RGB (Red+Green+Blue) = 131+88+252=471 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.81% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #8358FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8358FC is #7CA703. Grayscale: #767676. Windows color (decimal): -8169220 or 16537731. OLE color: 16537731.

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

Color convert

RGB 131 88 252 -
CMYK 0.48 0.65 0 0.01
HSL 255.73º 0.96% 0.67% -
HSV(B) 255.73º 0.65% 0.99% -
XYZ 30.42 18.83 94.13 -
YUV 119.55 202.75 136.16 -
System Red Green Blue C M Y K H S L
Decimal 131 88 252 0.48 0.65 0 0.01 255.73 0.96 0.67
Hex 83 58 FC 30 41 0 1 100 60 43
Octal 203 130 374 60 101 0 1 400 140 103
Binary 10000011 1011000 11111100 110000 1000001 0 1 100000000 1100000 1000011

Color Harmonies of #8358FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8358FC

Black with #8358FC

Text Example


Text Example

White with #8358FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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