Html Css Color HEX #7462E2 Medium Slate Blue

📋 copy color: '#7462E2'

red 116 ◦ green 98 ◦ blue 226

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

Shades of Medium Slate Blue #7462E2

Tints of Medium Slate Blue #7462E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 51.36%

R = 26.36%
G = 22.27%
B = 51.36%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7462E2 (or 0x7462E2) is known color: Medium Slate Blue. HEX triplet: 74, 62 and E2. RGB value is (116,98,226). Sum of RGB (Red+Green+Blue) = 116+98+226=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 226 (88.67% from 255 or 51.36% from 440); Max value from RGB is 226 - color contains mainly: blue. Hex color #7462E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7462E2 is #8B9D1D. Grayscale: #757575. Windows color (decimal): -9149726 or 14836340. OLE color: 14836340.

HSL color Cylindrical-coordinate representation of color #7462E2: hue angle of 248.44º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7462E2 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 116 98 226 -
CMYK 0.49 0.57 0 0.11
HSL 248.44º 0.69% 0.64% -
HSV(B) 248.44º 0.57% 0.89% -
XYZ 25.3 17.94 74.08 -
YUV 117.97 188.96 126.59 -
System Red Green Blue C M Y K H S L
Decimal 116 98 226 0.49 0.57 0 0.11 248.44 0.69 0.64
Hex 74 62 E2 31 39 0 B F8 45 40
Octal 164 142 342 61 71 0 13 370 105 100
Binary 1110100 1100010 11100010 110001 111001 0 1011 11111000 1000101 1000000

Color Harmonies of #7462E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7462E2

Black with #7462E2

Text Example


Text Example

White with #7462E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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