Html Css Color HEX #706FED Medium Slate Blue

📋 copy color: '#706FED'

red 112 ◦ green 111 ◦ blue 237

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

Shades of Medium Slate Blue #706FED

Tints of Medium Slate Blue #706FED

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.13%

 BLUE value IS 237 (92.97% from 255) = 51.52%

R = 24.35%
G = 24.13%
B = 51.52%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#706FED (or 0x706FED) is known color: Medium Slate Blue. HEX triplet: 70, 6F and ED. RGB value is (112,111,237). Sum of RGB (Red+Green+Blue) = 112+111+237=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #706FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706FED is #8F9012. Grayscale: #7D7D7D. Windows color (decimal): -9408531 or 15560560. OLE color: 15560560.

HSL color Cylindrical-coordinate representation of color #706FED: hue angle of 240.48º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #706FED is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 111 237 -
CMYK 0.53 0.53 0 0.07
HSL 240.48º 0.78% 0.68% -
HSV(B) 240.48º 0.53% 0.93% -
XYZ 27.65 20.93 82.7 -
YUV 125.66 190.83 118.25 -
System Red Green Blue C M Y K H S L
Decimal 112 111 237 0.53 0.53 0 0.07 240.48 0.78 0.68
Hex 70 6F ED 35 35 0 7 F0 4E 44
Octal 160 157 355 65 65 0 7 360 116 104
Binary 1110000 1101111 11101101 110101 110101 0 111 11110000 1001110 1000100

Color Harmonies of #706FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706FED

Black with #706FED

Text Example


Text Example

White with #706FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,111,237); }

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

background-color css

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

 a { background-color: rgb(112,111,237); }

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

border-color css

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

 span { border-color: rgb(112,111,237); }

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