Html Css Color HEX #7462F0 Medium Slate Blue

📋 copy color: '#7462F0'

red 116 ◦ green 98 ◦ blue 240

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

Shades of Medium Slate Blue #7462F0

Tints of Medium Slate Blue #7462F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 52.86%

R = 25.55%
G = 21.59%
B = 52.86%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7462F0 (or 0x7462F0) is known color: Medium Slate Blue. HEX triplet: 74, 62 and F0. RGB value is (116,98,240). Sum of RGB (Red+Green+Blue) = 116+98+240=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 240 (94.14% from 255 or 52.86% from 454); Max value from RGB is 240 - color contains mainly: blue. Hex color #7462F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7462F0 is #8B9D0F. Grayscale: #777777. Windows color (decimal): -9149712 or 15753844. OLE color: 15753844.

HSL color Cylindrical-coordinate representation of color #7462F0: hue angle of 247.61º degrees, saturation: 0.83, 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 #7462F0 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 98 240 -
CMYK 0.52 0.59 0 0.06
HSL 247.61º 0.83% 0.66% -
HSV(B) 247.61º 0.59% 0.94% -
XYZ 27.3 18.74 84.62 -
YUV 119.57 195.96 125.45 -
System Red Green Blue C M Y K H S L
Decimal 116 98 240 0.52 0.59 0 0.06 247.61 0.83 0.66
Hex 74 62 F0 34 3B 0 6 F8 53 42
Octal 164 142 360 64 73 0 6 370 123 102
Binary 1110100 1100010 11110000 110100 111011 0 110 11111000 1010011 1000010

Color Harmonies of #7462F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7462F0

Black with #7462F0

Text Example


Text Example

White with #7462F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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