Html Css Color HEX #8270DF Medium Slate Blue

📋 copy color: '#8270DF'

red 130 ◦ green 112 ◦ blue 223

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

Shades of Medium Slate Blue #8270DF

Tints of Medium Slate Blue #8270DF

RGB

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

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

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

R = 27.96%
G = 24.09%
B = 47.96%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8270DF (or 0x8270DF) is known color: Medium Slate Blue. HEX triplet: 82, 70 and DF. RGB value is (130,112,223). Sum of RGB (Red+Green+Blue) = 130+112+223=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #8270DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8270DF is #7D8F20. Grayscale: #818181. Windows color (decimal): -8228641 or 14643330. OLE color: 14643330.

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

Color convert

RGB 130 112 223 -
CMYK 0.42 0.50 0 0.13
HSL 249.73º 0.63% 0.66% -
HSV(B) 249.73º 0.5% 0.87% -
XYZ 28.32 21.66 72.5 -
YUV 130.04 180.46 127.97 -
System Red Green Blue C M Y K H S L
Decimal 130 112 223 0.42 0.50 0 0.13 249.73 0.63 0.66
Hex 82 70 DF 2A 32 0 D FA 3F 42
Octal 202 160 337 52 62 0 15 372 77 102
Binary 10000010 1110000 11011111 101010 110010 0 1101 11111010 111111 1000010

Color Harmonies of #8270DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8270DF

Black with #8270DF

Text Example


Text Example

White with #8270DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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