Html Css Color HEX #8270DC Medium Slate Blue

📋 copy color: '#8270DC'

red 130 ◦ green 112 ◦ blue 220

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

Shades of Medium Slate Blue #8270DC

Tints of Medium Slate Blue #8270DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 28.14%
G = 24.24%
B = 47.62%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8270DC (or 0x8270DC) is known color: Medium Slate Blue. HEX triplet: 82, 70 and DC. RGB value is (130,112,220). Sum of RGB (Red+Green+Blue) = 130+112+220=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #8270DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8270DC is #7D8F23. Grayscale: #818181. Windows color (decimal): -8228644 or 14446722. OLE color: 14446722.

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

Color convert

RGB 130 112 220 -
CMYK 0.41 0.49 0 0.14
HSL 250º 0.61% 0.65% -
HSV(B) 250º 0.49% 0.86% -
XYZ 27.92 21.5 70.39 -
YUV 129.69 178.96 128.22 -
System Red Green Blue C M Y K H S L
Decimal 130 112 220 0.41 0.49 0 0.14 250 0.61 0.65
Hex 82 70 DC 29 31 0 E FA 3D 41
Octal 202 160 334 51 61 0 16 372 75 101
Binary 10000010 1110000 11011100 101001 110001 0 1110 11111010 111101 1000001

Color Harmonies of #8270DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8270DC

Black with #8270DC

Text Example


Text Example

White with #8270DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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