Html Css Color HEX #7045EF Medium Slate Blue

📋 copy color: '#7045EF'

red 112 ◦ green 69 ◦ blue 239

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

Shades of Medium Slate Blue #7045EF

Tints of Medium Slate Blue #7045EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.9%

R = 26.67%
G = 16.43%
B = 56.9%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7045EF (or 0x7045EF) is known color: Medium Slate Blue. HEX triplet: 70, 45 and EF. RGB value is (112,69,239). Sum of RGB (Red+Green+Blue) = 112+69+239=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #7045EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7045EF is #8FBA10. Grayscale: #646464. Windows color (decimal): -9419281 or 15680880. OLE color: 15680880.

HSL color Cylindrical-coordinate representation of color #7045EF: hue angle of 255.18º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7045EF is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 69 239 -
CMYK 0.53 0.71 0 0.06
HSL 255.18º 0.84% 0.6% -
HSV(B) 255.18º 0.71% 0.94% -
XYZ 24.39 13.93 83.07 -
YUV 101.24 205.75 135.68 -
System Red Green Blue C M Y K H S L
Decimal 112 69 239 0.53 0.71 0 0.06 255.18 0.84 0.6
Hex 70 45 EF 35 47 0 6 FF 54 3C
Octal 160 105 357 65 107 0 6 377 124 74
Binary 1110000 1000101 11101111 110101 1000111 0 110 11111111 1010100 111100

Color Harmonies of #7045EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7045EF

Black with #7045EF

Text Example


Text Example

White with #7045EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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