Html Css Color HEX #705BFA Medium Slate Blue

📋 copy color: '#705BFA'

red 112 ◦ green 91 ◦ blue 250

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

Shades of Medium Slate Blue #705BFA

Tints of Medium Slate Blue #705BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.19%

R = 24.72%
G = 20.09%
B = 55.19%

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

#705BFA (or 0x705BFA) is known color: Medium Slate Blue. HEX triplet: 70, 5B and FA. RGB value is (112,91,250). Sum of RGB (Red+Green+Blue) = 112+91+250=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #705BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705BFA is #8FA405. Grayscale: #727272. Windows color (decimal): -9413638 or 16407408. OLE color: 16407408.

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

Color convert

RGB 112 91 250 -
CMYK 0.55 0.64 0 0.02
HSL 247.92º 0.94% 0.67% -
HSV(B) 247.92º 0.64% 0.98% -
XYZ 27.68 17.83 92.43 -
YUV 115.41 203.96 125.57 -
System Red Green Blue C M Y K H S L
Decimal 112 91 250 0.55 0.64 0 0.02 247.92 0.94 0.67
Hex 70 5B FA 37 40 0 2 F8 5E 43
Octal 160 133 372 67 100 0 2 370 136 103
Binary 1110000 1011011 11111010 110111 1000000 0 10 11111000 1011110 1000011

Color Harmonies of #705BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705BFA

Black with #705BFA

Text Example


Text Example

White with #705BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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