Html Css Color HEX #7446EA Medium Slate Blue

📋 copy color: '#7446EA'

red 116 ◦ green 70 ◦ blue 234

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

Shades of Medium Slate Blue #7446EA

Tints of Medium Slate Blue #7446EA

RGB

 RED value IS 116 (45.7% from 255) = 27.62%

 GREEN value IS 70 (27.73% from 255) = 16.67%

 BLUE value IS 234 (91.8% from 255) = 55.71%

R = 27.62%
G = 16.67%
B = 55.71%

CMYK

 C value IS 0.50

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7446EA (or 0x7446EA) is known color: Medium Slate Blue. HEX triplet: 74, 46 and EA. RGB value is (116,70,234). Sum of RGB (Red+Green+Blue) = 116+70+234=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 234 (91.80% from 255 or 55.71% from 420); Max value from RGB is 234 - color contains mainly: blue. Hex color #7446EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7446EA is #8BB915. Grayscale: #656565. Windows color (decimal): -9156886 or 15353460. OLE color: 15353460.

HSL color Cylindrical-coordinate representation of color #7446EA: hue angle of 256.83º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7446EA is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 70 234 -
CMYK 0.50 0.70 0 0.08
HSL 256.83º 0.8% 0.6% -
HSV(B) 256.83º 0.7% 0.92% -
XYZ 24.24 14.03 79.27 -
YUV 102.45 202.24 137.66 -
System Red Green Blue C M Y K H S L
Decimal 116 70 234 0.50 0.70 0 0.08 256.83 0.8 0.6
Hex 74 46 EA 32 46 0 8 101 50 3C
Octal 164 106 352 62 106 0 10 401 120 74
Binary 1110100 1000110 11101010 110010 1000110 0 1000 100000001 1010000 111100

Color Harmonies of #7446EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7446EA

Black with #7446EA

Text Example


Text Example

White with #7446EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7446EA; }

 p { color: rgb(116,70,234); }

 H1.HeaderClassName
 {
   color: #7446EA;
 }
 .AnyTagClassName
 {
   color: #7446EA;
 }
</style>

background-color css

<style>
 a { background-color: #7446EA; }

 a { background-color: rgb(116,70,234); }

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

border-color css

<style>
 span { border-color: #7446EA; }

 span { border-color: rgb(116,70,234); }

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