Html Css Color HEX #706DDA Medium Slate Blue

📋 copy color: '#706DDA'

red 112 ◦ green 109 ◦ blue 218

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

Shades of Medium Slate Blue #706DDA

Tints of Medium Slate Blue #706DDA

RGB

 RED value IS 112 (44.14% from 255) = 25.51%

 GREEN value IS 109 (42.97% from 255) = 24.83%

 BLUE value IS 218 (85.55% from 255) = 49.66%

R = 25.51%
G = 24.83%
B = 49.66%

CMYK

 C value IS 0.49

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#706DDA (or 0x706DDA) is known color: Medium Slate Blue. HEX triplet: 70, 6D and DA. RGB value is (112,109,218). Sum of RGB (Red+Green+Blue) = 112+109+218=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #706DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706DDA is #8F9225. Grayscale: #797979. Windows color (decimal): -9409062 or 14314864. OLE color: 14314864.

HSL color Cylindrical-coordinate representation of color #706DDA: hue angle of 241.65º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #706DDA is Cyan = 0.49, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 109 218 -
CMYK 0.49 0.5 0 0.15
HSL 241.65º 0.6% 0.64% -
HSV(B) 241.65º 0.5% 0.85% -
XYZ 24.81 19.44 68.78 -
YUV 122.32 181.99 120.64 -
System Red Green Blue C M Y K H S L
Decimal 112 109 218 0.49 0.5 0 0.15 241.65 0.6 0.64
Hex 70 6D DA 31 32 0 F F2 3C 40
Octal 160 155 332 61 62 0 17 362 74 100
Binary 1110000 1101101 11011010 110001 110010 0 1111 11110010 111100 1000000

Color Harmonies of #706DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706DDA

Black with #706DDA

Text Example


Text Example

White with #706DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706DDA; }

 p { color: rgb(112,109,218); }

 H1.HeaderClassName
 {
   color: #706DDA;
 }
 .AnyTagClassName
 {
   color: #706DDA;
 }
</style>

background-color css

<style>
 a { background-color: #706DDA; }

 a { background-color: rgb(112,109,218); }

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

border-color css

<style>
 span { border-color: #706DDA; }

 span { border-color: rgb(112,109,218); }

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