Html Css Color HEX #705AFF Medium Slate Blue

📋 copy color: '#705AFF'

red 112 ◦ green 90 ◦ blue 255

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

Shades of Medium Slate Blue #705AFF

Tints of Medium Slate Blue #705AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.69%

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

R = 24.51%
G = 19.69%
B = 55.8%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#705AFF (or 0x705AFF) is known color: Medium Slate Blue. HEX triplet: 70, 5A and FF. RGB value is (112,90,255). Sum of RGB (Red+Green+Blue) = 112+90+255=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #705AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705AFF is #8FA500. Grayscale: #727272. Windows color (decimal): -9413889 or 16734832. OLE color: 16734832.

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

Color convert

RGB 112 90 255 -
CMYK 0.56 0.65 0 0
HSL 248º 1% 0.68% -
HSV(B) 248º 0.65% 1% -
XYZ 28.39 17.98 96.58 -
YUV 115.39 206.79 125.58 -
System Red Green Blue C M Y K H S L
Decimal 112 90 255 0.56 0.65 0 0 248 1 0.68
Hex 70 5A FF 38 41 0 0 F8 64 44
Octal 160 132 377 70 101 0 0 370 144 104
Binary 1110000 1011010 11111111 111000 1000001 0 0 11111000 1100100 1000100

Color Harmonies of #705AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705AFF

Black with #705AFF

Text Example


Text Example

White with #705AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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