Html Css Color HEX #706BDF Medium Slate Blue

📋 copy color: '#706BDF'

red 112 ◦ green 107 ◦ blue 223

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

Shades of Medium Slate Blue #706BDF

Tints of Medium Slate Blue #706BDF

RGB

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

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

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

R = 25.34%
G = 24.21%
B = 50.45%

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

#706BDF (or 0x706BDF) is known color: Medium Slate Blue. HEX triplet: 70, 6B and DF. RGB value is (112,107,223). Sum of RGB (Red+Green+Blue) = 112+107+223=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #706BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706BDF is #8F9420. Grayscale: #797979. Windows color (decimal): -9409569 or 14642032. OLE color: 14642032.

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

Color convert

RGB 112 107 223 -
CMYK 0.50 0.52 0 0.13
HSL 242.59º 0.64% 0.65% -
HSV(B) 242.59º 0.52% 0.87% -
XYZ 25.26 19.29 72.2 -
YUV 121.72 185.16 121.07 -
System Red Green Blue C M Y K H S L
Decimal 112 107 223 0.50 0.52 0 0.13 242.59 0.64 0.65
Hex 70 6B DF 32 34 0 D F3 40 41
Octal 160 153 337 62 64 0 15 363 100 101
Binary 1110000 1101011 11011111 110010 110100 0 1101 11110011 1000000 1000001

Color Harmonies of #706BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706BDF

Black with #706BDF

Text Example


Text Example

White with #706BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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