Html Css Color HEX #706ADF Medium Slate Blue

📋 copy color: '#706ADF'

red 112 ◦ green 106 ◦ blue 223

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

Shades of Medium Slate Blue #706ADF

Tints of Medium Slate Blue #706ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.04%

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

R = 25.4%
G = 24.04%
B = 50.57%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#706ADF (or 0x706ADF) is known color: Medium Slate Blue. HEX triplet: 70, 6A and DF. RGB value is (112,106,223). Sum of RGB (Red+Green+Blue) = 112+106+223=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #706ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ADF is #8F9520. Grayscale: #787878. Windows color (decimal): -9409825 or 14641776. OLE color: 14641776.

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

Color convert

RGB 112 106 223 -
CMYK 0.50 0.52 0 0.13
HSL 243.08º 0.65% 0.65% -
HSV(B) 243.08º 0.52% 0.87% -
XYZ 25.16 19.08 72.17 -
YUV 121.13 185.49 121.49 -
System Red Green Blue C M Y K H S L
Decimal 112 106 223 0.50 0.52 0 0.13 243.08 0.65 0.65
Hex 70 6A DF 32 34 0 D F3 41 41
Octal 160 152 337 62 64 0 15 363 101 101
Binary 1110000 1101010 11011111 110010 110100 0 1101 11110011 1000001 1000001

Color Harmonies of #706ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706ADF

Black with #706ADF

Text Example


Text Example

White with #706ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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