Html Css Color HEX #705AFC Medium Slate Blue

📋 copy color: '#705AFC'

red 112 ◦ green 90 ◦ blue 252

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

Shades of Medium Slate Blue #705AFC

Tints of Medium Slate Blue #705AFC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.82%

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

R = 24.67%
G = 19.82%
B = 55.51%

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

#705AFC (or 0x705AFC) is known color: Medium Slate Blue. HEX triplet: 70, 5A and FC. RGB value is (112,90,252). Sum of RGB (Red+Green+Blue) = 112+90+252=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #705AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705AFC is #8FA503. Grayscale: #727272. Windows color (decimal): -9413892 or 16538224. OLE color: 16538224.

HSL color Cylindrical-coordinate representation of color #705AFC: hue angle of 248.15º 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 #705AFC is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 90 252 -
CMYK 0.56 0.64 0 0.01
HSL 248.15º 0.96% 0.67% -
HSV(B) 248.15º 0.64% 0.99% -
XYZ 27.91 17.79 94.06 -
YUV 115.05 205.29 125.83 -
System Red Green Blue C M Y K H S L
Decimal 112 90 252 0.56 0.64 0 0.01 248.15 0.96 0.67
Hex 70 5A FC 38 40 0 1 F8 60 43
Octal 160 132 374 70 100 0 1 370 140 103
Binary 1110000 1011010 11111100 111000 1000000 0 1 11111000 1100000 1000011

Color Harmonies of #705AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705AFC

Black with #705AFC

Text Example


Text Example

White with #705AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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