Html Css Color HEX #7041EF Medium Slate Blue

📋 copy color: '#7041EF'

red 112 ◦ green 65 ◦ blue 239

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

Shades of Medium Slate Blue #7041EF

Tints of Medium Slate Blue #7041EF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.63%

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

R = 26.92%
G = 15.63%
B = 57.45%

CMYK

 C value IS 0.53

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7041EF (or 0x7041EF) is known color: Medium Slate Blue. HEX triplet: 70, 41 and EF. RGB value is (112,65,239). Sum of RGB (Red+Green+Blue) = 112+65+239=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #7041EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7041EF is #8FBE10. Grayscale: #626262. Windows color (decimal): -9420305 or 15679856. OLE color: 15679856.

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

Color convert

RGB 112 65 239 -
CMYK 0.53 0.73 0 0.06
HSL 256.21º 0.84% 0.6% -
HSV(B) 256.21º 0.73% 0.94% -
XYZ 24.15 13.46 82.99 -
YUV 98.89 207.07 137.35 -
System Red Green Blue C M Y K H S L
Decimal 112 65 239 0.53 0.73 0 0.06 256.21 0.84 0.6
Hex 70 41 EF 35 49 0 6 100 54 3C
Octal 160 101 357 65 111 0 6 400 124 74
Binary 1110000 1000001 11101111 110101 1001001 0 110 100000000 1010100 111100

Color Harmonies of #7041EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7041EF

Black with #7041EF

Text Example


Text Example

White with #7041EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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