Html Css Color HEX #705FF9 Medium Slate Blue

📋 copy color: '#705FF9'

red 112 ◦ green 95 ◦ blue 249

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

Shades of Medium Slate Blue #705FF9

Tints of Medium Slate Blue #705FF9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.83%

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

R = 24.56%
G = 20.83%
B = 54.61%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#705FF9 (or 0x705FF9) is known color: Medium Slate Blue. HEX triplet: 70, 5F and F9. RGB value is (112,95,249). Sum of RGB (Red+Green+Blue) = 112+95+249=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 249 (97.66% from 255 or 54.61% from 456); Max value from RGB is 249 - color contains mainly: blue. Hex color #705FF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705FF9 is #8FA006. Grayscale: #757575. Windows color (decimal): -9412615 or 16342896. OLE color: 16342896.

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

Color convert

RGB 112 95 249 -
CMYK 0.55 0.62 0 0.02
HSL 246.62º 0.93% 0.67% -
HSV(B) 246.62º 0.62% 0.98% -
XYZ 27.87 18.47 91.72 -
YUV 117.64 202.13 123.98 -
System Red Green Blue C M Y K H S L
Decimal 112 95 249 0.55 0.62 0 0.02 246.62 0.93 0.67
Hex 70 5F F9 37 3E 0 2 F7 5D 43
Octal 160 137 371 67 76 0 2 367 135 103
Binary 1110000 1011111 11111001 110111 111110 0 10 11110111 1011101 1000011

Color Harmonies of #705FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705FF9

Black with #705FF9

Text Example


Text Example

White with #705FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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