Html Css Color HEX #705FEC Medium Slate Blue

📋 copy color: '#705FEC'

red 112 ◦ green 95 ◦ blue 236

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

Shades of Medium Slate Blue #705FEC

Tints of Medium Slate Blue #705FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.27%

R = 25.28%
G = 21.44%
B = 53.27%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#705FEC (or 0x705FEC) is known color: Medium Slate Blue. HEX triplet: 70, 5F and EC. RGB value is (112,95,236). Sum of RGB (Red+Green+Blue) = 112+95+236=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #705FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705FEC is #8FA013. Grayscale: #737373. Windows color (decimal): -9412628 or 15490928. OLE color: 15490928.

HSL color Cylindrical-coordinate representation of color #705FEC: hue angle of 247.23º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #705FEC is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 95 236 -
CMYK 0.53 0.60 0 0.07
HSL 247.23º 0.79% 0.65% -
HSV(B) 247.23º 0.6% 0.93% -
XYZ 25.91 17.69 81.4 -
YUV 116.16 195.63 125.04 -
System Red Green Blue C M Y K H S L
Decimal 112 95 236 0.53 0.60 0 0.07 247.23 0.79 0.65
Hex 70 5F EC 35 3C 0 7 F7 4F 41
Octal 160 137 354 65 74 0 7 367 117 101
Binary 1110000 1011111 11101100 110101 111100 0 111 11110111 1001111 1000001

Color Harmonies of #705FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705FEC

Black with #705FEC

Text Example


Text Example

White with #705FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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