Html Css Color HEX #705AF9 Medium Slate Blue

📋 copy color: '#705AF9'

red 112 ◦ green 90 ◦ blue 249

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

Shades of Medium Slate Blue #705AF9

Tints of Medium Slate Blue #705AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 55.21%

R = 24.83%
G = 19.96%
B = 55.21%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#705AF9 (or 0x705AF9) is known color: Medium Slate Blue. HEX triplet: 70, 5A and F9. RGB value is (112,90,249). Sum of RGB (Red+Green+Blue) = 112+90+249=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 249 (97.66% from 255 or 55.21% from 451); Max value from RGB is 249 - color contains mainly: blue. Hex color #705AF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705AF9 is #8FA506. Grayscale: #727272. Windows color (decimal): -9413895 or 16341616. OLE color: 16341616.

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

Color convert

RGB 112 90 249 -
CMYK 0.55 0.64 0 0.02
HSL 248.3º 0.93% 0.66% -
HSV(B) 248.3º 0.64% 0.98% -
XYZ 27.44 17.6 91.57 -
YUV 114.7 203.79 126.07 -
System Red Green Blue C M Y K H S L
Decimal 112 90 249 0.55 0.64 0 0.02 248.3 0.93 0.66
Hex 70 5A F9 37 40 0 2 F8 5D 42
Octal 160 132 371 67 100 0 2 370 135 102
Binary 1110000 1011010 11111001 110111 1000000 0 10 11111000 1011101 1000010

Color Harmonies of #705AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705AF9

Black with #705AF9

Text Example


Text Example

White with #705AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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