Html Css Color HEX #8348FD Medium Slate Blue

📋 copy color: '#8348FD'

red 131 ◦ green 72 ◦ blue 253

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

Shades of Medium Slate Blue #8348FD

Tints of Medium Slate Blue #8348FD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.79%

 BLUE value IS 253 (99.22% from 255) = 55.48%

R = 28.73%
G = 15.79%
B = 55.48%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8348FD (or 0x8348FD) is known color: Medium Slate Blue. HEX triplet: 83, 48 and FD. RGB value is (131,72,253). Sum of RGB (Red+Green+Blue) = 131+72+253=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #8348FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8348FD is #7CB702. Grayscale: #6D6D6D. Windows color (decimal): -8173315 or 16599171. OLE color: 16599171.

HSL color Cylindrical-coordinate representation of color #8348FD: hue angle of 259.56º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8348FD is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 72 253 -
CMYK 0.48 0.72 0 0.01
HSL 259.56º 0.98% 0.64% -
HSV(B) 259.56º 0.72% 0.99% -
XYZ 29.41 16.55 94.57 -
YUV 110.28 208.55 142.78 -
System Red Green Blue C M Y K H S L
Decimal 131 72 253 0.48 0.72 0 0.01 259.56 0.98 0.64
Hex 83 48 FD 30 48 0 1 104 62 40
Octal 203 110 375 60 110 0 1 404 142 100
Binary 10000011 1001000 11111101 110000 1001000 0 1 100000100 1100010 1000000

Color Harmonies of #8348FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8348FD

Black with #8348FD

Text Example


Text Example

White with #8348FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8348FD; }

 p { color: rgb(131,72,253); }

 H1.HeaderClassName
 {
   color: #8348FD;
 }
 .AnyTagClassName
 {
   color: #8348FD;
 }
</style>

background-color css

<style>
 a { background-color: #8348FD; }

 a { background-color: rgb(131,72,253); }

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

border-color css

<style>
 span { border-color: #8348FD; }

 span { border-color: rgb(131,72,253); }

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