Html Css Color HEX #8248FA Medium Slate Blue

📋 copy color: '#8248FA'

red 130 ◦ green 72 ◦ blue 250

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

Shades of Medium Slate Blue #8248FA

Tints of Medium Slate Blue #8248FA

RGB

 RED value IS 130 (51.17% from 255) = 28.76%

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

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

R = 28.76%
G = 15.93%
B = 55.31%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8248FA (or 0x8248FA) is known color: Medium Slate Blue. HEX triplet: 82, 48 and FA. RGB value is (130,72,250). Sum of RGB (Red+Green+Blue) = 130+72+250=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #8248FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8248FA is #7DB705. Grayscale: #6C6C6C. Windows color (decimal): -8238854 or 16402562. OLE color: 16402562.

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

Color convert

RGB 130 72 250 -
CMYK 0.48 0.71 0 0.02
HSL 259.55º 0.95% 0.63% -
HSV(B) 259.55º 0.71% 0.98% -
XYZ 28.78 16.28 92.07 -
YUV 109.63 207.22 142.53 -
System Red Green Blue C M Y K H S L
Decimal 130 72 250 0.48 0.71 0 0.02 259.55 0.95 0.63
Hex 82 48 FA 30 47 0 2 104 5F 3F
Octal 202 110 372 60 107 0 2 404 137 77
Binary 10000010 1001000 11111010 110000 1000111 0 10 100000100 1011111 111111

Color Harmonies of #8248FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8248FA

Black with #8248FA

Text Example


Text Example

White with #8248FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,72,250); }

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

background-color css

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

 a { background-color: rgb(130,72,250); }

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

border-color css

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

 span { border-color: rgb(130,72,250); }

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