Html Css Color HEX #706DDE Medium Slate Blue

📋 copy color: '#706DDE'

red 112 ◦ green 109 ◦ blue 222

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

Shades of Medium Slate Blue #706DDE

Tints of Medium Slate Blue #706DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.11%

R = 25.28%
G = 24.6%
B = 50.11%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#706DDE (or 0x706DDE) is known color: Medium Slate Blue. HEX triplet: 70, 6D and DE. RGB value is (112,109,222). Sum of RGB (Red+Green+Blue) = 112+109+222=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #706DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706DDE is #8F9221. Grayscale: #7A7A7A. Windows color (decimal): -9409058 or 14577008. OLE color: 14577008.

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

Color convert

RGB 112 109 222 -
CMYK 0.50 0.51 0 0.13
HSL 241.59º 0.63% 0.65% -
HSV(B) 241.59º 0.51% 0.87% -
XYZ 25.34 19.66 71.57 -
YUV 122.78 183.99 120.31 -
System Red Green Blue C M Y K H S L
Decimal 112 109 222 0.50 0.51 0 0.13 241.59 0.63 0.65
Hex 70 6D DE 32 33 0 D F2 3F 41
Octal 160 155 336 62 63 0 15 362 77 101
Binary 1110000 1101101 11011110 110010 110011 0 1101 11110010 111111 1000001

Color Harmonies of #706DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706DDE

Black with #706DDE

Text Example


Text Example

White with #706DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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