Html Css Color HEX #7073FA Medium Slate Blue

📋 copy color: '#7073FA'

red 112 ◦ green 115 ◦ blue 250

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

Shades of Medium Slate Blue #7073FA

Tints of Medium Slate Blue #7073FA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.11%

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

R = 23.48%
G = 24.11%
B = 52.41%

CMYK

 C value IS 0.55

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7073FA (or 0x7073FA) is known color: Medium Slate Blue. HEX triplet: 70, 73 and FA. RGB value is (112,115,250). Sum of RGB (Red+Green+Blue) = 112+115+250=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #7073FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7073FA is #8F8C05. Grayscale: #808080. Windows color (decimal): -9407494 or 16413552. OLE color: 16413552.

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

Color convert

RGB 112 115 250 -
CMYK 0.55 0.54 0 0.02
HSL 238.7º 0.93% 0.71% -
HSV(B) 238.7º 0.55% 0.98% -
XYZ 30.07 22.61 93.22 -
YUV 129.49 196.01 115.52 -
System Red Green Blue C M Y K H S L
Decimal 112 115 250 0.55 0.54 0 0.02 238.7 0.93 0.71
Hex 70 73 FA 37 36 0 2 EF 5D 47
Octal 160 163 372 67 66 0 2 357 135 107
Binary 1110000 1110011 11111010 110111 110110 0 10 11101111 1011101 1000111

Color Harmonies of #7073FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7073FA

Black with #7073FA

Text Example


Text Example

White with #7073FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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