Html Css Color HEX #705FEB Medium Slate Blue

📋 copy color: '#705FEB'

red 112 ◦ green 95 ◦ blue 235

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

Shades of Medium Slate Blue #705FEB

Tints of Medium Slate Blue #705FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.49%

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

R = 25.34%
G = 21.49%
B = 53.17%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#705FEB (or 0x705FEB) is known color: Medium Slate Blue. HEX triplet: 70, 5F and EB. RGB value is (112,95,235). Sum of RGB (Red+Green+Blue) = 112+95+235=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #705FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705FEB is #8FA014. Grayscale: #737373. Windows color (decimal): -9412629 or 15425392. OLE color: 15425392.

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

Color convert

RGB 112 95 235 -
CMYK 0.52 0.60 0 0.08
HSL 247.29º 0.78% 0.65% -
HSV(B) 247.29º 0.6% 0.92% -
XYZ 25.77 17.63 80.64 -
YUV 116.04 195.13 125.12 -
System Red Green Blue C M Y K H S L
Decimal 112 95 235 0.52 0.60 0 0.08 247.29 0.78 0.65
Hex 70 5F EB 34 3C 0 8 F7 4E 41
Octal 160 137 353 64 74 0 10 367 116 101
Binary 1110000 1011111 11101011 110100 111100 0 1000 11110111 1001110 1000001

Color Harmonies of #705FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705FEB

Black with #705FEB

Text Example


Text Example

White with #705FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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