Html Css Color HEX #8249FA Medium Slate Blue

📋 copy color: '#8249FA'

red 130 ◦ green 73 ◦ blue 250

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

Shades of Medium Slate Blue #8249FA

Tints of Medium Slate Blue #8249FA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.11%

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

R = 28.7%
G = 16.11%
B = 55.19%

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

#8249FA (or 0x8249FA) is known color: Medium Slate Blue. HEX triplet: 82, 49 and FA. RGB value is (130,73,250). Sum of RGB (Red+Green+Blue) = 130+73+250=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #8249FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8249FA is #7DB605. Grayscale: #6D6D6D. Windows color (decimal): -8238598 or 16402818. OLE color: 16402818.

HSL color Cylindrical-coordinate representation of color #8249FA: hue angle of 259.32º 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 #8249FA is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 73 250 -
CMYK 0.48 0.71 0 0.02
HSL 259.32º 0.95% 0.63% -
HSV(B) 259.32º 0.71% 0.98% -
XYZ 28.84 16.41 92.09 -
YUV 110.22 206.88 142.11 -
System Red Green Blue C M Y K H S L
Decimal 130 73 250 0.48 0.71 0 0.02 259.32 0.95 0.63
Hex 82 49 FA 30 47 0 2 103 5F 3F
Octal 202 111 372 60 107 0 2 403 137 77
Binary 10000010 1001001 11111010 110000 1000111 0 10 100000011 1011111 111111

Color Harmonies of #8249FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8249FA

Black with #8249FA

Text Example


Text Example

White with #8249FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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