Html Css Color HEX #8249FC Medium Slate Blue

📋 copy color: '#8249FC'

red 130 ◦ green 73 ◦ blue 252

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

Shades of Medium Slate Blue #8249FC

Tints of Medium Slate Blue #8249FC

RGB

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

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

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

R = 28.57%
G = 16.04%
B = 55.38%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8249FC (or 0x8249FC) is known color: Medium Slate Blue. HEX triplet: 82, 49 and FC. RGB value is (130,73,252). Sum of RGB (Red+Green+Blue) = 130+73+252=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #8249FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8249FC is #7DB603. Grayscale: #6D6D6D. Windows color (decimal): -8238596 or 16533890. OLE color: 16533890.

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

Color convert

RGB 130 73 252 -
CMYK 0.48 0.71 0 0.01
HSL 259.11º 0.97% 0.64% -
HSV(B) 259.11º 0.71% 0.99% -
XYZ 29.16 16.54 93.75 -
YUV 110.45 207.88 141.95 -
System Red Green Blue C M Y K H S L
Decimal 130 73 252 0.48 0.71 0 0.01 259.11 0.97 0.64
Hex 82 49 FC 30 47 0 1 103 61 40
Octal 202 111 374 60 107 0 1 403 141 100
Binary 10000010 1001001 11111100 110000 1000111 0 1 100000011 1100001 1000000

Color Harmonies of #8249FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8249FC

Black with #8249FC

Text Example


Text Example

White with #8249FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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