Html Css Color HEX #8260DD Medium Slate Blue

📋 copy color: '#8260DD'

red 130 ◦ green 96 ◦ blue 221

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

Shades of Medium Slate Blue #8260DD

Tints of Medium Slate Blue #8260DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.44%

R = 29.08%
G = 21.48%
B = 49.44%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8260DD (or 0x8260DD) is known color: Medium Slate Blue. HEX triplet: 82, 60 and DD. RGB value is (130,96,221). Sum of RGB (Red+Green+Blue) = 130+96+221=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #8260DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8260DD is #7D9F22. Grayscale: #777777. Windows color (decimal): -8232739 or 14508162. OLE color: 14508162.

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

Color convert

RGB 130 96 221 -
CMYK 0.41 0.57 0 0.13
HSL 256.32º 0.65% 0.62% -
HSV(B) 256.32º 0.57% 0.87% -
XYZ 26.44 18.33 70.55 -
YUV 120.42 184.76 134.84 -
System Red Green Blue C M Y K H S L
Decimal 130 96 221 0.41 0.57 0 0.13 256.32 0.65 0.62
Hex 82 60 DD 29 39 0 D 100 41 3E
Octal 202 140 335 51 71 0 15 400 101 76
Binary 10000010 1100000 11011101 101001 111001 0 1101 100000000 1000001 111110

Color Harmonies of #8260DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8260DD

Black with #8260DD

Text Example


Text Example

White with #8260DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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