Html Css Color HEX #705AFD Medium Slate Blue

📋 copy color: '#705AFD'

red 112 ◦ green 90 ◦ blue 253

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

Shades of Medium Slate Blue #705AFD

Tints of Medium Slate Blue #705AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.6%

R = 24.62%
G = 19.78%
B = 55.6%

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

#705AFD (or 0x705AFD) is known color: Medium Slate Blue. HEX triplet: 70, 5A and FD. RGB value is (112,90,253). Sum of RGB (Red+Green+Blue) = 112+90+253=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #705AFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705AFD is #8FA502. Grayscale: #727272. Windows color (decimal): -9413891 or 16603760. OLE color: 16603760.

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

Color convert

RGB 112 90 253 -
CMYK 0.56 0.64 0 0.01
HSL 248.1º 0.98% 0.67% -
HSV(B) 248.1º 0.64% 0.99% -
XYZ 28.07 17.85 94.89 -
YUV 115.16 205.79 125.75 -
System Red Green Blue C M Y K H S L
Decimal 112 90 253 0.56 0.64 0 0.01 248.1 0.98 0.67
Hex 70 5A FD 38 40 0 1 F8 62 43
Octal 160 132 375 70 100 0 1 370 142 103
Binary 1110000 1011010 11111101 111000 1000000 0 1 11111000 1100010 1000011

Color Harmonies of #705AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705AFD

Black with #705AFD

Text Example


Text Example

White with #705AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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