Html Css Color HEX #7478F6 Medium Slate Blue

📋 copy color: '#7478F6'

red 116 ◦ green 120 ◦ blue 246

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

Shades of Medium Slate Blue #7478F6

Tints of Medium Slate Blue #7478F6

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.9%

 BLUE value IS 246 (96.48% from 255) = 51.04%

R = 24.07%
G = 24.9%
B = 51.04%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7478F6 (or 0x7478F6) is known color: Medium Slate Blue. HEX triplet: 74, 78 and F6. RGB value is (116,120,246). Sum of RGB (Red+Green+Blue) = 116+120+246=482 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.07% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 246 (96.48% from 255 or 51.04% from 482); Max value from RGB is 246 - color contains mainly: blue. Hex color #7478F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7478F6 is #8B8709. Grayscale: #848484. Windows color (decimal): -9144074 or 16152692. OLE color: 16152692.

HSL color Cylindrical-coordinate representation of color #7478F6: hue angle of 238.15º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7478F6 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 120 246 -
CMYK 0.53 0.51 0 0.04
HSL 238.15º 0.88% 0.71% -
HSV(B) 238.15º 0.53% 0.96% -
XYZ 30.55 23.8 90.17 -
YUV 133.17 191.67 115.75 -
System Red Green Blue C M Y K H S L
Decimal 116 120 246 0.53 0.51 0 0.04 238.15 0.88 0.71
Hex 74 78 F6 35 33 0 4 EE 58 47
Octal 164 170 366 65 63 0 4 356 130 107
Binary 1110100 1111000 11110110 110101 110011 0 100 11101110 1011000 1000111

Color Harmonies of #7478F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7478F6

Black with #7478F6

Text Example


Text Example

White with #7478F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7478F6; }

 p { color: rgb(116,120,246); }

 H1.HeaderClassName
 {
   color: #7478F6;
 }
 .AnyTagClassName
 {
   color: #7478F6;
 }
</style>

background-color css

<style>
 a { background-color: #7478F6; }

 a { background-color: rgb(116,120,246); }

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

border-color css

<style>
 span { border-color: #7478F6; }

 span { border-color: rgb(116,120,246); }

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