Html Css Color HEX #7045EB Medium Slate Blue

📋 copy color: '#7045EB'

red 112 ◦ green 69 ◦ blue 235

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

Shades of Medium Slate Blue #7045EB

Tints of Medium Slate Blue #7045EB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.59%

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

R = 26.92%
G = 16.59%
B = 56.49%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7045EB (or 0x7045EB) is known color: Medium Slate Blue. HEX triplet: 70, 45 and EB. RGB value is (112,69,235). Sum of RGB (Red+Green+Blue) = 112+69+235=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #7045EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7045EB is #8FBA14. Grayscale: #646464. Windows color (decimal): -9419285 or 15418736. OLE color: 15418736.

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

Color convert

RGB 112 69 235 -
CMYK 0.52 0.71 0 0.08
HSL 255.54º 0.81% 0.6% -
HSV(B) 255.54º 0.71% 0.92% -
XYZ 23.81 13.7 79.99 -
YUV 100.78 203.75 136 -
System Red Green Blue C M Y K H S L
Decimal 112 69 235 0.52 0.71 0 0.08 255.54 0.81 0.6
Hex 70 45 EB 34 47 0 8 100 51 3C
Octal 160 105 353 64 107 0 10 400 121 74
Binary 1110000 1000101 11101011 110100 1000111 0 1000 100000000 1010001 111100

Color Harmonies of #7045EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7045EB

Black with #7045EB

Text Example


Text Example

White with #7045EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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