Html Css Color HEX #705BFC Medium Slate Blue

📋 copy color: '#705BFC'

red 112 ◦ green 91 ◦ blue 252

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

Shades of Medium Slate Blue #705BFC

Tints of Medium Slate Blue #705BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.38%

R = 24.62%
G = 20%
B = 55.38%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#705BFC (or 0x705BFC) is known color: Medium Slate Blue. HEX triplet: 70, 5B and FC. RGB value is (112,91,252). Sum of RGB (Red+Green+Blue) = 112+91+252=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #705BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705BFC is #8FA403. Grayscale: #737373. Windows color (decimal): -9413636 or 16538480. OLE color: 16538480.

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

Color convert

RGB 112 91 252 -
CMYK 0.56 0.64 0 0.01
HSL 247.83º 0.96% 0.67% -
HSV(B) 247.83º 0.64% 0.99% -
XYZ 27.99 17.96 94.09 -
YUV 115.63 204.96 125.41 -
System Red Green Blue C M Y K H S L
Decimal 112 91 252 0.56 0.64 0 0.01 247.83 0.96 0.67
Hex 70 5B FC 38 40 0 1 F8 60 43
Octal 160 133 374 70 100 0 1 370 140 103
Binary 1110000 1011011 11111100 111000 1000000 0 1 11111000 1100000 1000011

Color Harmonies of #705BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705BFC

Black with #705BFC

Text Example


Text Example

White with #705BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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