Html Css Color HEX #8262DD Medium Slate Blue

📋 copy color: '#8262DD'

red 130 ◦ green 98 ◦ blue 221

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

Shades of Medium Slate Blue #8262DD

Tints of Medium Slate Blue #8262DD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.83%

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

R = 28.95%
G = 21.83%
B = 49.22%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8262DD (or 0x8262DD) is known color: Medium Slate Blue. HEX triplet: 82, 62 and DD. RGB value is (130,98,221). Sum of RGB (Red+Green+Blue) = 130+98+221=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #8262DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8262DD is #7D9D22. Grayscale: #797979. Windows color (decimal): -8232227 or 14508674. OLE color: 14508674.

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

Color convert

RGB 130 98 221 -
CMYK 0.41 0.56 0 0.13
HSL 255.61º 0.64% 0.63% -
HSV(B) 255.61º 0.56% 0.87% -
XYZ 26.62 18.7 70.61 -
YUV 121.59 184.1 134 -
System Red Green Blue C M Y K H S L
Decimal 130 98 221 0.41 0.56 0 0.13 255.61 0.64 0.63
Hex 82 62 DD 29 38 0 D 100 40 3F
Octal 202 142 335 51 70 0 15 400 100 77
Binary 10000010 1100010 11011101 101001 111000 0 1101 100000000 1000000 111111

Color Harmonies of #8262DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8262DD

Black with #8262DD

Text Example


Text Example

White with #8262DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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