Html Css Color HEX #7462EC Medium Slate Blue

📋 copy color: '#7462EC'

red 116 ◦ green 98 ◦ blue 236

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

Shades of Medium Slate Blue #7462EC

Tints of Medium Slate Blue #7462EC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.78%

 BLUE value IS 236 (92.58% from 255) = 52.44%

R = 25.78%
G = 21.78%
B = 52.44%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7462EC (or 0x7462EC) is known color: Medium Slate Blue. HEX triplet: 74, 62 and EC. RGB value is (116,98,236). Sum of RGB (Red+Green+Blue) = 116+98+236=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 98 (38.67% from 255 or 21.78% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #7462EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7462EC is #8B9D13. Grayscale: #767676. Windows color (decimal): -9149716 or 15491700. OLE color: 15491700.

HSL color Cylindrical-coordinate representation of color #7462EC: hue angle of 247.83º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7462EC is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 98 236 -
CMYK 0.51 0.58 0 0.07
HSL 247.83º 0.78% 0.65% -
HSV(B) 247.83º 0.58% 0.93% -
XYZ 26.71 18.5 81.52 -
YUV 119.11 193.96 125.78 -
System Red Green Blue C M Y K H S L
Decimal 116 98 236 0.51 0.58 0 0.07 247.83 0.78 0.65
Hex 74 62 EC 33 3A 0 7 F8 4E 41
Octal 164 142 354 63 72 0 7 370 116 101
Binary 1110100 1100010 11101100 110011 111010 0 111 11111000 1001110 1000001

Color Harmonies of #7462EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7462EC

Black with #7462EC

Text Example


Text Example

White with #7462EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7462EC; }

 p { color: rgb(116,98,236); }

 H1.HeaderClassName
 {
   color: #7462EC;
 }
 .AnyTagClassName
 {
   color: #7462EC;
 }
</style>

background-color css

<style>
 a { background-color: #7462EC; }

 a { background-color: rgb(116,98,236); }

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

border-color css

<style>
 span { border-color: #7462EC; }

 span { border-color: rgb(116,98,236); }

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