Html Css Color HEX #8263F8 Medium Slate Blue

📋 copy color: '#8263F8'

red 130 ◦ green 99 ◦ blue 248

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

Shades of Medium Slate Blue #8263F8

Tints of Medium Slate Blue #8263F8

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.75%

 BLUE value IS 248 (97.27% from 255) = 51.99%

R = 27.25%
G = 20.75%
B = 51.99%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8263F8 (or 0x8263F8) is known color: Medium Slate Blue. HEX triplet: 82, 63 and F8. RGB value is (130,99,248). Sum of RGB (Red+Green+Blue) = 130+99+248=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 248 (97.27% from 255 or 51.99% from 477); Max value from RGB is 248 - color contains mainly: blue. Hex color #8263F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8263F8 is #7D9C07. Grayscale: #7C7C7C. Windows color (decimal): -8231944 or 16278402. OLE color: 16278402.

HSL color Cylindrical-coordinate representation of color #8263F8: hue angle of 252.48º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8263F8 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 130 99 248 -
CMYK 0.48 0.60 0 0.03
HSL 252.48º 0.91% 0.68% -
HSV(B) 252.48º 0.6% 0.97% -
XYZ 30.61 20.45 91.14 -
YUV 125.26 197.27 131.38 -
System Red Green Blue C M Y K H S L
Decimal 130 99 248 0.48 0.60 0 0.03 252.48 0.91 0.68
Hex 82 63 F8 30 3C 0 3 FC 5B 44
Octal 202 143 370 60 74 0 3 374 133 104
Binary 10000010 1100011 11111000 110000 111100 0 11 11111100 1011011 1000100

Color Harmonies of #8263F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8263F8

Black with #8263F8

Text Example


Text Example

White with #8263F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8263F8; }

 p { color: rgb(130,99,248); }

 H1.HeaderClassName
 {
   color: #8263F8;
 }
 .AnyTagClassName
 {
   color: #8263F8;
 }
</style>

background-color css

<style>
 a { background-color: #8263F8; }

 a { background-color: rgb(130,99,248); }

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

border-color css

<style>
 span { border-color: #8263F8; }

 span { border-color: rgb(130,99,248); }

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