Html Css Color HEX #7462FA Medium Slate Blue

📋 copy color: '#7462FA'

red 116 ◦ green 98 ◦ blue 250

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

Shades of Medium Slate Blue #7462FA

Tints of Medium Slate Blue #7462FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.88%

R = 25%
G = 21.12%
B = 53.88%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7462FA (or 0x7462FA) is known color: Medium Slate Blue. HEX triplet: 74, 62 and FA. RGB value is (116,98,250). Sum of RGB (Red+Green+Blue) = 116+98+250=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #7462FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7462FA is #8B9D05. Grayscale: #787878. Windows color (decimal): -9149702 or 16409204. OLE color: 16409204.

HSL color Cylindrical-coordinate representation of color #7462FA: hue angle of 247.11º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7462FA is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 98 250 -
CMYK 0.54 0.61 0 0.02
HSL 247.11º 0.94% 0.68% -
HSV(B) 247.11º 0.61% 0.98% -
XYZ 28.83 19.35 92.66 -
YUV 120.71 200.96 124.64 -
System Red Green Blue C M Y K H S L
Decimal 116 98 250 0.54 0.61 0 0.02 247.11 0.94 0.68
Hex 74 62 FA 36 3D 0 2 F7 5E 44
Octal 164 142 372 66 75 0 2 367 136 104
Binary 1110100 1100010 11111010 110110 111101 0 10 11110111 1011110 1000100

Color Harmonies of #7462FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7462FA

Black with #7462FA

Text Example


Text Example

White with #7462FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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