Html Css Color HEX #706ADC Medium Slate Blue

📋 copy color: '#706ADC'

red 112 ◦ green 106 ◦ blue 220

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

Shades of Medium Slate Blue #706ADC

Tints of Medium Slate Blue #706ADC

RGB

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

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

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

R = 25.57%
G = 24.2%
B = 50.23%

CMYK

 C value IS 0.49

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#706ADC (or 0x706ADC) is known color: Medium Slate Blue. HEX triplet: 70, 6A and DC. RGB value is (112,106,220). Sum of RGB (Red+Green+Blue) = 112+106+220=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #706ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ADC is #8F9523. Grayscale: #787878. Windows color (decimal): -9409828 or 14445168. OLE color: 14445168.

HSL color Cylindrical-coordinate representation of color #706ADC: hue angle of 243.16º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #706ADC is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 106 220 -
CMYK 0.49 0.52 0 0.14
HSL 243.16º 0.62% 0.64% -
HSV(B) 243.16º 0.52% 0.86% -
XYZ 24.75 18.92 70.06 -
YUV 120.79 183.99 121.73 -
System Red Green Blue C M Y K H S L
Decimal 112 106 220 0.49 0.52 0 0.14 243.16 0.62 0.64
Hex 70 6A DC 31 34 0 E F3 3E 40
Octal 160 152 334 61 64 0 16 363 76 100
Binary 1110000 1101010 11011100 110001 110100 0 1110 11110011 111110 1000000

Color Harmonies of #706ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706ADC

Black with #706ADC

Text Example


Text Example

White with #706ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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