Html Css Color HEX #706BDE Medium Slate Blue

📋 copy color: '#706BDE'

red 112 ◦ green 107 ◦ blue 222

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

Shades of Medium Slate Blue #706BDE

Tints of Medium Slate Blue #706BDE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.26%

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

R = 25.4%
G = 24.26%
B = 50.34%

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

#706BDE (or 0x706BDE) is known color: Medium Slate Blue. HEX triplet: 70, 6B and DE. RGB value is (112,107,222). Sum of RGB (Red+Green+Blue) = 112+107+222=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #706BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706BDE is #8F9421. Grayscale: #797979. Windows color (decimal): -9409570 or 14576496. OLE color: 14576496.

HSL color Cylindrical-coordinate representation of color #706BDE: hue angle of 242.61º degrees, saturation: 0.64, 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 #706BDE is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 107 222 -
CMYK 0.50 0.52 0 0.13
HSL 242.61º 0.64% 0.65% -
HSV(B) 242.61º 0.52% 0.87% -
XYZ 25.12 19.23 71.5 -
YUV 121.61 184.66 121.15 -
System Red Green Blue C M Y K H S L
Decimal 112 107 222 0.50 0.52 0 0.13 242.61 0.64 0.65
Hex 70 6B DE 32 34 0 D F3 40 41
Octal 160 153 336 62 64 0 15 363 100 101
Binary 1110000 1101011 11011110 110010 110100 0 1101 11110011 1000000 1000001

Color Harmonies of #706BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706BDE

Black with #706BDE

Text Example


Text Example

White with #706BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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