Html Css Color HEX #7050FA Medium Slate Blue

📋 copy color: '#7050FA'

red 112 ◦ green 80 ◦ blue 250

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

Shades of Medium Slate Blue #7050FA

Tints of Medium Slate Blue #7050FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.1%

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

R = 25.34%
G = 18.1%
B = 56.56%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7050FA (or 0x7050FA) is known color: Medium Slate Blue. HEX triplet: 70, 50 and FA. RGB value is (112,80,250). Sum of RGB (Red+Green+Blue) = 112+80+250=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #7050FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7050FA is #8FAF05. Grayscale: #6C6C6C. Windows color (decimal): -9416454 or 16404592. OLE color: 16404592.

HSL color Cylindrical-coordinate representation of color #7050FA: hue angle of 251.29º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7050FA is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 80 250 -
CMYK 0.55 0.68 0 0.02
HSL 251.29º 0.94% 0.65% -
HSV(B) 251.29º 0.68% 0.98% -
XYZ 26.81 16.08 92.13 -
YUV 108.95 207.6 130.18 -
System Red Green Blue C M Y K H S L
Decimal 112 80 250 0.55 0.68 0 0.02 251.29 0.94 0.65
Hex 70 50 FA 37 44 0 2 FB 5E 41
Octal 160 120 372 67 104 0 2 373 136 101
Binary 1110000 1010000 11111010 110111 1000100 0 10 11111011 1011110 1000001

Color Harmonies of #7050FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7050FA

Black with #7050FA

Text Example


Text Example

White with #7050FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7050FA; }

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

 H1.HeaderClassName
 {
   color: #7050FA;
 }
 .AnyTagClassName
 {
   color: #7050FA;
 }
</style>

background-color css

<style>
 a { background-color: #7050FA; }

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

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

border-color css

<style>
 span { border-color: #7050FA; }

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

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