Html Css Color HEX #706FEB Medium Slate Blue

📋 copy color: '#706FEB'

red 112 ◦ green 111 ◦ blue 235

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

Shades of Medium Slate Blue #706FEB

Tints of Medium Slate Blue #706FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.31%

R = 24.45%
G = 24.24%
B = 51.31%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#706FEB (or 0x706FEB) is known color: Medium Slate Blue. HEX triplet: 70, 6F and EB. RGB value is (112,111,235). Sum of RGB (Red+Green+Blue) = 112+111+235=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #706FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706FEB is #8F9014. Grayscale: #7C7C7C. Windows color (decimal): -9408533 or 15429488. OLE color: 15429488.

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

Color convert

RGB 112 111 235 -
CMYK 0.52 0.53 0 0.08
HSL 240.48º 0.76% 0.68% -
HSV(B) 240.48º 0.53% 0.92% -
XYZ 27.36 20.81 81.17 -
YUV 125.44 189.83 118.42 -
System Red Green Blue C M Y K H S L
Decimal 112 111 235 0.52 0.53 0 0.08 240.48 0.76 0.68
Hex 70 6F EB 34 35 0 8 F0 4C 44
Octal 160 157 353 64 65 0 10 360 114 104
Binary 1110000 1101111 11101011 110100 110101 0 1000 11110000 1001100 1000100

Color Harmonies of #706FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706FEB

Black with #706FEB

Text Example


Text Example

White with #706FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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