Html Css Color HEX #8260F9 Medium Slate Blue

📋 copy color: '#8260F9'

red 130 ◦ green 96 ◦ blue 249

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

Shades of Medium Slate Blue #8260F9

Tints of Medium Slate Blue #8260F9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.21%

 BLUE value IS 249 (97.66% from 255) = 52.42%

R = 27.37%
G = 20.21%
B = 52.42%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8260F9 (or 0x8260F9) is known color: Medium Slate Blue. HEX triplet: 82, 60 and F9. RGB value is (130,96,249). Sum of RGB (Red+Green+Blue) = 130+96+249=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 249 (97.66% from 255 or 52.42% from 475); Max value from RGB is 249 - color contains mainly: blue. Hex color #8260F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8260F9 is #7D9F06. Grayscale: #7B7B7B. Windows color (decimal): -8232711 or 16343170. OLE color: 16343170.

HSL color Cylindrical-coordinate representation of color #8260F9: hue angle of 253.33º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8260F9 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 96 249 -
CMYK 0.48 0.61 0 0.02
HSL 253.33º 0.93% 0.68% -
HSV(B) 253.33º 0.61% 0.98% -
XYZ 30.49 19.95 91.87 -
YUV 123.61 198.76 132.56 -
System Red Green Blue C M Y K H S L
Decimal 130 96 249 0.48 0.61 0 0.02 253.33 0.93 0.68
Hex 82 60 F9 30 3D 0 2 FD 5D 44
Octal 202 140 371 60 75 0 2 375 135 104
Binary 10000010 1100000 11111001 110000 111101 0 10 11111101 1011101 1000100

Color Harmonies of #8260F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8260F9

Black with #8260F9

Text Example


Text Example

White with #8260F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8260F9; }

 p { color: rgb(130,96,249); }

 H1.HeaderClassName
 {
   color: #8260F9;
 }
 .AnyTagClassName
 {
   color: #8260F9;
 }
</style>

background-color css

<style>
 a { background-color: #8260F9; }

 a { background-color: rgb(130,96,249); }

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

border-color css

<style>
 span { border-color: #8260F9; }

 span { border-color: rgb(130,96,249); }

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