Html Css Color HEX #8270DD Medium Slate Blue

📋 copy color: '#8270DD'

red 130 ◦ green 112 ◦ blue 221

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

Shades of Medium Slate Blue #8270DD

Tints of Medium Slate Blue #8270DD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.19%

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

R = 28.08%
G = 24.19%
B = 47.73%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8270DD (or 0x8270DD) is known color: Medium Slate Blue. HEX triplet: 82, 70 and DD. RGB value is (130,112,221). Sum of RGB (Red+Green+Blue) = 130+112+221=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #8270DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8270DD is #7D8F22. Grayscale: #818181. Windows color (decimal): -8228643 or 14512258. OLE color: 14512258.

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

Color convert

RGB 130 112 221 -
CMYK 0.41 0.49 0 0.13
HSL 249.91º 0.62% 0.65% -
HSV(B) 249.91º 0.49% 0.87% -
XYZ 28.05 21.55 71.09 -
YUV 129.81 179.46 128.14 -
System Red Green Blue C M Y K H S L
Decimal 130 112 221 0.41 0.49 0 0.13 249.91 0.62 0.65
Hex 82 70 DD 29 31 0 D FA 3E 41
Octal 202 160 335 51 61 0 15 372 76 101
Binary 10000010 1110000 11011101 101001 110001 0 1101 11111010 111110 1000001

Color Harmonies of #8270DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8270DD

Black with #8270DD

Text Example


Text Example

White with #8270DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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