Html Css Color HEX #705EEB Medium Slate Blue

📋 copy color: '#705EEB'

red 112 ◦ green 94 ◦ blue 235

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

Shades of Medium Slate Blue #705EEB

Tints of Medium Slate Blue #705EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.32%

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

R = 25.4%
G = 21.32%
B = 53.29%

CMYK

 C value IS 0.52

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#705EEB (or 0x705EEB) is known color: Medium Slate Blue. HEX triplet: 70, 5E and EB. RGB value is (112,94,235). Sum of RGB (Red+Green+Blue) = 112+94+235=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #705EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705EEB is #8FA114. Grayscale: #727272. Windows color (decimal): -9412885 or 15425136. OLE color: 15425136.

HSL color Cylindrical-coordinate representation of color #705EEB: hue angle of 247.66º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #705EEB is Cyan = 0.52, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 94 235 -
CMYK 0.52 0.6 0 0.08
HSL 247.66º 0.78% 0.65% -
HSV(B) 247.66º 0.6% 0.92% -
XYZ 25.68 17.45 80.61 -
YUV 115.46 195.46 125.54 -
System Red Green Blue C M Y K H S L
Decimal 112 94 235 0.52 0.6 0 0.08 247.66 0.78 0.65
Hex 70 5E EB 34 3C 0 8 F8 4E 41
Octal 160 136 353 64 74 0 10 370 116 101
Binary 1110000 1011110 11101011 110100 111100 0 1000 11111000 1001110 1000001

Color Harmonies of #705EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705EEB

Black with #705EEB

Text Example


Text Example

White with #705EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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