Html Css Color HEX #8260DF Medium Slate Blue

📋 copy color: '#8260DF'

red 130 ◦ green 96 ◦ blue 223

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

Shades of Medium Slate Blue #8260DF

Tints of Medium Slate Blue #8260DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.67%

R = 28.95%
G = 21.38%
B = 49.67%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8260DF (or 0x8260DF) is known color: Medium Slate Blue. HEX triplet: 82, 60 and DF. RGB value is (130,96,223). Sum of RGB (Red+Green+Blue) = 130+96+223=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #8260DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8260DF is #7D9F20. Grayscale: #787878. Windows color (decimal): -8232737 or 14639234. OLE color: 14639234.

HSL color Cylindrical-coordinate representation of color #8260DF: hue angle of 256.06º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8260DF is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 96 223 -
CMYK 0.42 0.57 0 0.13
HSL 256.06º 0.66% 0.63% -
HSV(B) 256.06º 0.57% 0.87% -
XYZ 26.71 18.44 71.96 -
YUV 120.64 185.76 134.67 -
System Red Green Blue C M Y K H S L
Decimal 130 96 223 0.42 0.57 0 0.13 256.06 0.66 0.63
Hex 82 60 DF 2A 39 0 D 100 42 3F
Octal 202 140 337 52 71 0 15 400 102 77
Binary 10000010 1100000 11011111 101010 111001 0 1101 100000000 1000010 111111

Color Harmonies of #8260DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8260DF

Black with #8260DF

Text Example


Text Example

White with #8260DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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