Html Css Color HEX #705AFA Medium Slate Blue

📋 copy color: '#705AFA'

red 112 ◦ green 90 ◦ blue 250

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

Shades of Medium Slate Blue #705AFA

Tints of Medium Slate Blue #705AFA

RGB

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

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

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

R = 24.78%
G = 19.91%
B = 55.31%

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

#705AFA (or 0x705AFA) is known color: Medium Slate Blue. HEX triplet: 70, 5A and FA. RGB value is (112,90,250). Sum of RGB (Red+Green+Blue) = 112+90+250=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #705AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705AFA is #8FA505. Grayscale: #727272. Windows color (decimal): -9413894 or 16407152. OLE color: 16407152.

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

Color convert

RGB 112 90 250 -
CMYK 0.55 0.64 0 0.02
HSL 248.25º 0.94% 0.67% -
HSV(B) 248.25º 0.64% 0.98% -
XYZ 27.59 17.66 92.4 -
YUV 114.82 204.29 125.99 -
System Red Green Blue C M Y K H S L
Decimal 112 90 250 0.55 0.64 0 0.02 248.25 0.94 0.67
Hex 70 5A FA 37 40 0 2 F8 5E 43
Octal 160 132 372 67 100 0 2 370 136 103
Binary 1110000 1011010 11111010 110111 1000000 0 10 11111000 1011110 1000011

Color Harmonies of #705AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705AFA

Black with #705AFA

Text Example


Text Example

White with #705AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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