Html Css Color HEX #705DFC Medium Slate Blue

📋 copy color: '#705DFC'

red 112 ◦ green 93 ◦ blue 252

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

Shades of Medium Slate Blue #705DFC

Tints of Medium Slate Blue #705DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.14%

R = 24.51%
G = 20.35%
B = 55.14%

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

#705DFC (or 0x705DFC) is known color: Medium Slate Blue. HEX triplet: 70, 5D and FC. RGB value is (112,93,252). Sum of RGB (Red+Green+Blue) = 112+93+252=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #705DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705DFC is #8FA203. Grayscale: #747474. Windows color (decimal): -9413124 or 16538992. OLE color: 16538992.

HSL color Cylindrical-coordinate representation of color #705DFC: hue angle of 247.17º degrees, saturation: 0.96, 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 #705DFC is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 93 252 -
CMYK 0.56 0.63 0 0.01
HSL 247.17º 0.96% 0.68% -
HSV(B) 247.17º 0.63% 0.99% -
XYZ 28.17 18.3 94.14 -
YUV 116.81 204.29 124.57 -
System Red Green Blue C M Y K H S L
Decimal 112 93 252 0.56 0.63 0 0.01 247.17 0.96 0.68
Hex 70 5D FC 38 3F 0 1 F7 60 44
Octal 160 135 374 70 77 0 1 367 140 104
Binary 1110000 1011101 11111100 111000 111111 0 1 11110111 1100000 1000100

Color Harmonies of #705DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705DFC

Black with #705DFC

Text Example


Text Example

White with #705DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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