Html Css Color HEX #8358F8 Medium Slate Blue

📋 copy color: '#8358F8'

red 131 ◦ green 88 ◦ blue 248

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

Shades of Medium Slate Blue #8358F8

Tints of Medium Slate Blue #8358F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 53.1%

R = 28.05%
G = 18.84%
B = 53.1%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8358F8 (or 0x8358F8) is known color: Medium Slate Blue. HEX triplet: 83, 58 and F8. RGB value is (131,88,248). Sum of RGB (Red+Green+Blue) = 131+88+248=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 248 (97.27% from 255 or 53.10% from 467); Max value from RGB is 248 - color contains mainly: blue. Hex color #8358F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8358F8 is #7CA707. Grayscale: #767676. Windows color (decimal): -8169224 or 16275587. OLE color: 16275587.

HSL color Cylindrical-coordinate representation of color #8358F8: hue angle of 256.12º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8358F8 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 131 88 248 -
CMYK 0.47 0.65 0 0.03
HSL 256.13º 0.92% 0.66% -
HSV(B) 256.13º 0.65% 0.97% -
XYZ 29.79 18.58 90.82 -
YUV 119.1 200.75 136.49 -
System Red Green Blue C M Y K H S L
Decimal 131 88 248 0.47 0.65 0 0.03 256.13 0.92 0.66
Hex 83 58 F8 2F 41 0 3 100 5C 42
Octal 203 130 370 57 101 0 3 400 134 102
Binary 10000011 1011000 11111000 101111 1000001 0 11 100000000 1011100 1000010

Color Harmonies of #8358F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8358F8

Black with #8358F8

Text Example


Text Example

White with #8358F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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