Html Css Color HEX #706DFE Medium Slate Blue

📋 copy color: '#706DFE'

red 112 ◦ green 109 ◦ blue 254

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

Shades of Medium Slate Blue #706DFE

Tints of Medium Slate Blue #706DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.47%

R = 23.58%
G = 22.95%
B = 53.47%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#706DFE (or 0x706DFE) is known color: Medium Slate Blue. HEX triplet: 70, 6D and FE. RGB value is (112,109,254). Sum of RGB (Red+Green+Blue) = 112+109+254=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #706DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706DFE is #8F9201. Grayscale: #7D7D7D. Windows color (decimal): -9409026 or 16674160. OLE color: 16674160.

HSL color Cylindrical-coordinate representation of color #706DFE: hue angle of 241.24º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #706DFE is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 109 254 -
CMYK 0.56 0.57 0 0.00
HSL 241.24º 0.99% 0.71% -
HSV(B) 241.24º 0.57% 1% -
XYZ 30.04 21.54 96.34 -
YUV 126.43 199.99 117.71 -
System Red Green Blue C M Y K H S L
Decimal 112 109 254 0.56 0.57 0 0.00 241.24 0.99 0.71
Hex 70 6D FE 38 39 0 0 F1 63 47
Octal 160 155 376 70 71 0 0 361 143 107
Binary 1110000 1101101 11111110 111000 111001 0 0 11110001 1100011 1000111

Color Harmonies of #706DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706DFE

Black with #706DFE

Text Example


Text Example

White with #706DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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