Html Css Color HEX #705DFA Medium Slate Blue

📋 copy color: '#705DFA'

red 112 ◦ green 93 ◦ blue 250

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

Shades of Medium Slate Blue #705DFA

Tints of Medium Slate Blue #705DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.95%

R = 24.62%
G = 20.44%
B = 54.95%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#705DFA (or 0x705DFA) is known color: Medium Slate Blue. HEX triplet: 70, 5D and FA. RGB value is (112,93,250). Sum of RGB (Red+Green+Blue) = 112+93+250=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #705DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705DFA is #8FA205. Grayscale: #737373. Windows color (decimal): -9413126 or 16407920. OLE color: 16407920.

HSL color Cylindrical-coordinate representation of color #705DFA: hue angle of 247.26º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #705DFA is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 93 250 -
CMYK 0.55 0.63 0 0.02
HSL 247.26º 0.94% 0.67% -
HSV(B) 247.26º 0.63% 0.98% -
XYZ 27.85 18.18 92.48 -
YUV 116.58 203.29 124.73 -
System Red Green Blue C M Y K H S L
Decimal 112 93 250 0.55 0.63 0 0.02 247.26 0.94 0.67
Hex 70 5D FA 37 3F 0 2 F7 5E 43
Octal 160 135 372 67 77 0 2 367 136 103
Binary 1110000 1011101 11111010 110111 111111 0 10 11110111 1011110 1000011

Color Harmonies of #705DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705DFA

Black with #705DFA

Text Example


Text Example

White with #705DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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