Html Css Color HEX #7054EB Medium Slate Blue

📋 copy color: '#7054EB'

red 112 ◦ green 84 ◦ blue 235

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

Shades of Medium Slate Blue #7054EB

Tints of Medium Slate Blue #7054EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.52%

R = 25.99%
G = 19.49%
B = 54.52%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7054EB (or 0x7054EB) is known color: Medium Slate Blue. HEX triplet: 70, 54 and EB. RGB value is (112,84,235). Sum of RGB (Red+Green+Blue) = 112+84+235=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #7054EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7054EB is #8FAB14. Grayscale: #6D6D6D. Windows color (decimal): -9415445 or 15422576. OLE color: 15422576.

HSL color Cylindrical-coordinate representation of color #7054EB: hue angle of 251.13º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7054EB is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 84 235 -
CMYK 0.52 0.64 0 0.08
HSL 251.13º 0.79% 0.63% -
HSV(B) 251.13º 0.64% 0.92% -
XYZ 24.85 15.78 80.33 -
YUV 109.59 198.78 129.72 -
System Red Green Blue C M Y K H S L
Decimal 112 84 235 0.52 0.64 0 0.08 251.13 0.79 0.63
Hex 70 54 EB 34 40 0 8 FB 4F 3F
Octal 160 124 353 64 100 0 10 373 117 77
Binary 1110000 1010100 11101011 110100 1000000 0 1000 11111011 1001111 111111

Color Harmonies of #7054EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7054EB

Black with #7054EB

Text Example


Text Example

White with #7054EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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