Html Css Color HEX #7462EF Medium Slate Blue

📋 copy color: '#7462EF'

red 116 ◦ green 98 ◦ blue 239

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

Shades of Medium Slate Blue #7462EF

Tints of Medium Slate Blue #7462EF

RGB

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

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

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

R = 25.61%
G = 21.63%
B = 52.76%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7462EF (or 0x7462EF) is known color: Medium Slate Blue. HEX triplet: 74, 62 and EF. RGB value is (116,98,239). Sum of RGB (Red+Green+Blue) = 116+98+239=453 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.61% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #7462EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7462EF is #8B9D10. Grayscale: #767676. Windows color (decimal): -9149713 or 15688308. OLE color: 15688308.

HSL color Cylindrical-coordinate representation of color #7462EF: hue angle of 247.66º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7462EF is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 98 239 -
CMYK 0.51 0.59 0 0.06
HSL 247.66º 0.82% 0.66% -
HSV(B) 247.66º 0.59% 0.94% -
XYZ 27.15 18.68 83.84 -
YUV 119.46 195.46 125.54 -
System Red Green Blue C M Y K H S L
Decimal 116 98 239 0.51 0.59 0 0.06 247.66 0.82 0.66
Hex 74 62 EF 33 3B 0 6 F8 52 42
Octal 164 142 357 63 73 0 6 370 122 102
Binary 1110100 1100010 11101111 110011 111011 0 110 11111000 1010010 1000010

Color Harmonies of #7462EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7462EF

Black with #7462EF

Text Example


Text Example

White with #7462EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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