Html Css Color HEX #705BFB Medium Slate Blue

📋 copy color: '#705BFB'

red 112 ◦ green 91 ◦ blue 251

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

Shades of Medium Slate Blue #705BFB

Tints of Medium Slate Blue #705BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.29%

R = 24.67%
G = 20.04%
B = 55.29%

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

#705BFB (or 0x705BFB) is known color: Medium Slate Blue. HEX triplet: 70, 5B and FB. RGB value is (112,91,251). Sum of RGB (Red+Green+Blue) = 112+91+251=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 91 (35.94% from 255 or 20.04% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #705BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705BFB is #8FA404. Grayscale: #727272. Windows color (decimal): -9413637 or 16472944. OLE color: 16472944.

HSL color Cylindrical-coordinate representation of color #705BFB: hue angle of 247.88º degrees, saturation: 0.95, 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 #705BFB is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 91 251 -
CMYK 0.55 0.64 0 0.02
HSL 247.88º 0.95% 0.67% -
HSV(B) 247.88º 0.64% 0.98% -
XYZ 27.84 17.89 93.25 -
YUV 115.52 204.46 125.49 -
System Red Green Blue C M Y K H S L
Decimal 112 91 251 0.55 0.64 0 0.02 247.88 0.95 0.67
Hex 70 5B FB 37 40 0 2 F8 5F 43
Octal 160 133 373 67 100 0 2 370 137 103
Binary 1110000 1011011 11111011 110111 1000000 0 10 11111000 1011111 1000011

Color Harmonies of #705BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705BFB

Black with #705BFB

Text Example


Text Example

White with #705BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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