Html Css Color HEX #7054F9 Medium Slate Blue

📋 copy color: '#7054F9'

red 112 ◦ green 84 ◦ blue 249

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

Shades of Medium Slate Blue #7054F9

Tints of Medium Slate Blue #7054F9

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.88%

 BLUE value IS 249 (97.66% from 255) = 55.96%

R = 25.17%
G = 18.88%
B = 55.96%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7054F9 (or 0x7054F9) is known color: Medium Slate Blue. HEX triplet: 70, 54 and F9. RGB value is (112,84,249). Sum of RGB (Red+Green+Blue) = 112+84+249=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 249 (97.66% from 255 or 55.96% from 445); Max value from RGB is 249 - color contains mainly: blue. Hex color #7054F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7054F9 is #8FAB06. Grayscale: #6E6E6E. Windows color (decimal): -9415431 or 16340080. OLE color: 16340080.

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

Color convert

RGB 112 84 249 -
CMYK 0.55 0.66 0 0.02
HSL 250.18º 0.93% 0.65% -
HSV(B) 250.18º 0.66% 0.98% -
XYZ 26.95 16.62 91.41 -
YUV 111.18 205.78 128.58 -
System Red Green Blue C M Y K H S L
Decimal 112 84 249 0.55 0.66 0 0.02 250.18 0.93 0.65
Hex 70 54 F9 37 42 0 2 FA 5D 41
Octal 160 124 371 67 102 0 2 372 135 101
Binary 1110000 1010100 11111001 110111 1000010 0 10 11111010 1011101 1000001

Color Harmonies of #7054F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7054F9

Black with #7054F9

Text Example


Text Example

White with #7054F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7054F9; }

 p { color: rgb(112,84,249); }

 H1.HeaderClassName
 {
   color: #7054F9;
 }
 .AnyTagClassName
 {
   color: #7054F9;
 }
</style>

background-color css

<style>
 a { background-color: #7054F9; }

 a { background-color: rgb(112,84,249); }

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

border-color css

<style>
 span { border-color: #7054F9; }

 span { border-color: rgb(112,84,249); }

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