Html Css Color HEX #705EFD Medium Slate Blue

📋 copy color: '#705EFD'

red 112 ◦ green 94 ◦ blue 253

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

Shades of Medium Slate Blue #705EFD

Tints of Medium Slate Blue #705EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.12%

R = 24.4%
G = 20.48%
B = 55.12%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#705EFD (or 0x705EFD) is known color: Medium Slate Blue. HEX triplet: 70, 5E and FD. RGB value is (112,94,253). Sum of RGB (Red+Green+Blue) = 112+94+253=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #705EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705EFD is #8FA102. Grayscale: #747474. Windows color (decimal): -9412867 or 16604784. OLE color: 16604784.

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

Color convert

RGB 112 94 253 -
CMYK 0.56 0.63 0 0.01
HSL 246.79º 0.98% 0.68% -
HSV(B) 246.79º 0.63% 0.99% -
XYZ 28.41 18.54 95.01 -
YUV 117.51 204.46 124.07 -
System Red Green Blue C M Y K H S L
Decimal 112 94 253 0.56 0.63 0 0.01 246.79 0.98 0.68
Hex 70 5E FD 38 3F 0 1 F7 62 44
Octal 160 136 375 70 77 0 1 367 142 104
Binary 1110000 1011110 11111101 111000 111111 0 1 11110111 1100010 1000100

Color Harmonies of #705EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705EFD

Black with #705EFD

Text Example


Text Example

White with #705EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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