Html Css Color HEX #706BDB Medium Slate Blue

📋 copy color: '#706BDB'

red 112 ◦ green 107 ◦ blue 219

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

Shades of Medium Slate Blue #706BDB

Tints of Medium Slate Blue #706BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50%

R = 25.57%
G = 24.43%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#706BDB (or 0x706BDB) is known color: Medium Slate Blue. HEX triplet: 70, 6B and DB. RGB value is (112,107,219). Sum of RGB (Red+Green+Blue) = 112+107+219=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #706BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706BDB is #8F9424. Grayscale: #787878. Windows color (decimal): -9409573 or 14379888. OLE color: 14379888.

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

Color convert

RGB 112 107 219 -
CMYK 0.49 0.51 0 0.14
HSL 242.68º 0.61% 0.64% -
HSV(B) 242.68º 0.51% 0.86% -
XYZ 24.73 19.07 69.4 -
YUV 121.26 183.16 121.39 -
System Red Green Blue C M Y K H S L
Decimal 112 107 219 0.49 0.51 0 0.14 242.68 0.61 0.64
Hex 70 6B DB 31 33 0 E F3 3D 40
Octal 160 153 333 61 63 0 16 363 75 100
Binary 1110000 1101011 11011011 110001 110011 0 1110 11110011 111101 1000000

Color Harmonies of #706BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706BDB

Black with #706BDB

Text Example


Text Example

White with #706BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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