Html Css Color HEX #706EDD Medium Slate Blue

📋 copy color: '#706EDD'

red 112 ◦ green 110 ◦ blue 221

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

Shades of Medium Slate Blue #706EDD

Tints of Medium Slate Blue #706EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.83%

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

R = 25.28%
G = 24.83%
B = 49.89%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#706EDD (or 0x706EDD) is known color: Medium Slate Blue. HEX triplet: 70, 6E and DD. RGB value is (112,110,221). Sum of RGB (Red+Green+Blue) = 112+110+221=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #706EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706EDD is #8F9122. Grayscale: #7A7A7A. Windows color (decimal): -9408803 or 14511728. OLE color: 14511728.

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

Color convert

RGB 112 110 221 -
CMYK 0.49 0.50 0 0.13
HSL 241.08º 0.62% 0.65% -
HSV(B) 241.08º 0.5% 0.87% -
XYZ 25.31 19.82 70.9 -
YUV 123.25 183.16 119.97 -
System Red Green Blue C M Y K H S L
Decimal 112 110 221 0.49 0.50 0 0.13 241.08 0.62 0.65
Hex 70 6E DD 31 32 0 D F1 3E 41
Octal 160 156 335 61 62 0 15 361 76 101
Binary 1110000 1101110 11011101 110001 110010 0 1101 11110001 111110 1000001

Color Harmonies of #706EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706EDD

Black with #706EDD

Text Example


Text Example

White with #706EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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