Html Css Color HEX #706EEB Medium Slate Blue

📋 copy color: '#706EEB'

red 112 ◦ green 110 ◦ blue 235

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

Shades of Medium Slate Blue #706EEB

Tints of Medium Slate Blue #706EEB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.07%

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

R = 24.51%
G = 24.07%
B = 51.42%

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

#706EEB (or 0x706EEB) is known color: Medium Slate Blue. HEX triplet: 70, 6E and EB. RGB value is (112,110,235). Sum of RGB (Red+Green+Blue) = 112+110+235=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #706EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706EEB is #8F9114. Grayscale: #7C7C7C. Windows color (decimal): -9408789 or 15429232. OLE color: 15429232.

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

Color convert

RGB 112 110 235 -
CMYK 0.52 0.53 0 0.08
HSL 240.96º 0.76% 0.68% -
HSV(B) 240.96º 0.53% 0.92% -
XYZ 27.25 20.59 81.14 -
YUV 124.85 190.16 118.84 -
System Red Green Blue C M Y K H S L
Decimal 112 110 235 0.52 0.53 0 0.08 240.96 0.76 0.68
Hex 70 6E EB 34 35 0 8 F1 4C 44
Octal 160 156 353 64 65 0 10 361 114 104
Binary 1110000 1101110 11101011 110100 110101 0 1000 11110001 1001100 1000100

Color Harmonies of #706EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706EEB

Black with #706EEB

Text Example


Text Example

White with #706EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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