Html Css Color HEX #8246FC Medium Slate Blue

📋 copy color: '#8246FC'

red 130 ◦ green 70 ◦ blue 252

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

Shades of Medium Slate Blue #8246FC

Tints of Medium Slate Blue #8246FC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.49%

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

R = 28.76%
G = 15.49%
B = 55.75%

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

#8246FC (or 0x8246FC) is known color: Medium Slate Blue. HEX triplet: 82, 46 and FC. RGB value is (130,70,252). Sum of RGB (Red+Green+Blue) = 130+70+252=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #8246FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8246FC is #7DB903. Grayscale: #6C6C6C. Windows color (decimal): -8239364 or 16533122. OLE color: 16533122.

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

Color convert

RGB 130 70 252 -
CMYK 0.48 0.72 0 0.01
HSL 259.78º 0.97% 0.63% -
HSV(B) 259.78º 0.72% 0.99% -
XYZ 28.97 16.15 93.69 -
YUV 108.69 208.88 143.2 -
System Red Green Blue C M Y K H S L
Decimal 130 70 252 0.48 0.72 0 0.01 259.78 0.97 0.63
Hex 82 46 FC 30 48 0 1 104 61 3F
Octal 202 106 374 60 110 0 1 404 141 77
Binary 10000010 1000110 11111100 110000 1001000 0 1 100000100 1100001 111111

Color Harmonies of #8246FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8246FC

Black with #8246FC

Text Example


Text Example

White with #8246FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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