Html Css Color HEX #705BFE Medium Slate Blue

📋 copy color: '#705BFE'

red 112 ◦ green 91 ◦ blue 254

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

Shades of Medium Slate Blue #705BFE

Tints of Medium Slate Blue #705BFE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.91%

 BLUE value IS 254 (99.61% from 255) = 55.58%

R = 24.51%
G = 19.91%
B = 55.58%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#705BFE (or 0x705BFE) is known color: Medium Slate Blue. HEX triplet: 70, 5B and FE. RGB value is (112,91,254). Sum of RGB (Red+Green+Blue) = 112+91+254=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #705BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705BFE is #8FA401. Grayscale: #737373. Windows color (decimal): -9413634 or 16669552. OLE color: 16669552.

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

Color convert

RGB 112 91 254 -
CMYK 0.56 0.64 0 0.00
HSL 247.73º 0.99% 0.68% -
HSV(B) 247.73º 0.64% 1% -
XYZ 28.31 18.08 95.76 -
YUV 115.86 205.96 125.25 -
System Red Green Blue C M Y K H S L
Decimal 112 91 254 0.56 0.64 0 0.00 247.73 0.99 0.68
Hex 70 5B FE 38 40 0 0 F8 63 44
Octal 160 133 376 70 100 0 0 370 143 104
Binary 1110000 1011011 11111110 111000 1000000 0 0 11111000 1100011 1000100

Color Harmonies of #705BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705BFE

Black with #705BFE

Text Example


Text Example

White with #705BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,91,254); }

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

background-color css

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

 a { background-color: rgb(112,91,254); }

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

border-color css

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

 span { border-color: rgb(112,91,254); }

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