Html Css Color HEX #8263F7 Medium Slate Blue

📋 copy color: '#8263F7'

red 130 ◦ green 99 ◦ blue 247

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

Shades of Medium Slate Blue #8263F7

Tints of Medium Slate Blue #8263F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 51.89%

R = 27.31%
G = 20.8%
B = 51.89%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8263F7 (or 0x8263F7) is known color: Medium Slate Blue. HEX triplet: 82, 63 and F7. RGB value is (130,99,247). Sum of RGB (Red+Green+Blue) = 130+99+247=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 247 (96.88% from 255 or 51.89% from 476); Max value from RGB is 247 - color contains mainly: blue. Hex color #8263F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8263F7 is #7D9C08. Grayscale: #7C7C7C. Windows color (decimal): -8231945 or 16212866. OLE color: 16212866.

HSL color Cylindrical-coordinate representation of color #8263F7: hue angle of 252.57º degrees, saturation: 0.9, 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 #8263F7 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 130 99 247 -
CMYK 0.47 0.60 0 0.03
HSL 252.57º 0.9% 0.68% -
HSV(B) 252.57º 0.6% 0.97% -
XYZ 30.46 20.38 90.33 -
YUV 125.14 196.77 131.47 -
System Red Green Blue C M Y K H S L
Decimal 130 99 247 0.47 0.60 0 0.03 252.57 0.9 0.68
Hex 82 63 F7 2F 3C 0 3 FD 5A 44
Octal 202 143 367 57 74 0 3 375 132 104
Binary 10000010 1100011 11110111 101111 111100 0 11 11111101 1011010 1000100

Color Harmonies of #8263F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8263F7

Black with #8263F7

Text Example


Text Example

White with #8263F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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