Html Css Color HEX #705DFF Medium Slate Blue

📋 copy color: '#705DFF'

red 112 ◦ green 93 ◦ blue 255

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

Shades of Medium Slate Blue #705DFF

Tints of Medium Slate Blue #705DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.22%

 BLUE value IS 255 (100% from 255) = 55.43%

R = 24.35%
G = 20.22%
B = 55.43%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#705DFF (or 0x705DFF) is known color: Medium Slate Blue. HEX triplet: 70, 5D and FF. RGB value is (112,93,255). Sum of RGB (Red+Green+Blue) = 112+93+255=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #705DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705DFF is #8FA200. Grayscale: #747474. Windows color (decimal): -9413121 or 16735600. OLE color: 16735600.

HSL color Cylindrical-coordinate representation of color #705DFF: hue angle of 247.04º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #705DFF is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 112 93 255 -
CMYK 0.56 0.64 0 0
HSL 247.04º 1% 0.68% -
HSV(B) 247.04º 0.64% 1% -
XYZ 28.65 18.49 96.67 -
YUV 117.15 205.79 124.33 -
System Red Green Blue C M Y K H S L
Decimal 112 93 255 0.56 0.64 0 0 247.04 1 0.68
Hex 70 5D FF 38 40 0 0 F7 64 44
Octal 160 135 377 70 100 0 0 367 144 104
Binary 1110000 1011101 11111111 111000 1000000 0 0 11110111 1100100 1000100

Color Harmonies of #705DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705DFF

Black with #705DFF

Text Example


Text Example

White with #705DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,93,255); }

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

background-color css

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

 a { background-color: rgb(112,93,255); }

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

border-color css

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

 span { border-color: rgb(112,93,255); }

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