Html Css Color HEX #705BEB Medium Slate Blue

📋 copy color: '#705BEB'

red 112 ◦ green 91 ◦ blue 235

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

Shades of Medium Slate Blue #705BEB

Tints of Medium Slate Blue #705BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.65%

R = 25.57%
G = 20.78%
B = 53.65%

CMYK

 C value IS 0.52

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#705BEB (or 0x705BEB) is known color: Medium Slate Blue. HEX triplet: 70, 5B and EB. RGB value is (112,91,235). Sum of RGB (Red+Green+Blue) = 112+91+235=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #705BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705BEB is #8FA414. Grayscale: #717171. Windows color (decimal): -9413653 or 15424368. OLE color: 15424368.

HSL color Cylindrical-coordinate representation of color #705BEB: hue angle of 248.75º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #705BEB is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 91 235 -
CMYK 0.52 0.61 0 0.08
HSL 248.75º 0.78% 0.64% -
HSV(B) 248.75º 0.61% 0.92% -
XYZ 25.42 16.93 80.52 -
YUV 113.7 196.46 126.79 -
System Red Green Blue C M Y K H S L
Decimal 112 91 235 0.52 0.61 0 0.08 248.75 0.78 0.64
Hex 70 5B EB 34 3D 0 8 F9 4E 40
Octal 160 133 353 64 75 0 10 371 116 100
Binary 1110000 1011011 11101011 110100 111101 0 1000 11111001 1001110 1000000

Color Harmonies of #705BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705BEB

Black with #705BEB

Text Example


Text Example

White with #705BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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