Html Css Color HEX #7478E1 Medium Slate Blue

📋 copy color: '#7478E1'

red 116 ◦ green 120 ◦ blue 225

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

Shades of Medium Slate Blue #7478E1

Tints of Medium Slate Blue #7478E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.81%

R = 25.16%
G = 26.03%
B = 48.81%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7478E1 (or 0x7478E1) is known color: Medium Slate Blue. HEX triplet: 74, 78 and E1. RGB value is (116,120,225). Sum of RGB (Red+Green+Blue) = 116+120+225=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 225 (88.28% from 255 or 48.81% from 461); Max value from RGB is 225 - color contains mainly: blue. Hex color #7478E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7478E1 is #8B871E. Grayscale: #828282. Windows color (decimal): -9144095 or 14776436. OLE color: 14776436.

HSL color Cylindrical-coordinate representation of color #7478E1: hue angle of 237.8º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7478E1 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 120 225 -
CMYK 0.48 0.47 0 0.12
HSL 237.8º 0.64% 0.67% -
HSV(B) 237.8º 0.48% 0.88% -
XYZ 27.51 22.58 74.14 -
YUV 130.77 181.17 117.46 -
System Red Green Blue C M Y K H S L
Decimal 116 120 225 0.48 0.47 0 0.12 237.8 0.64 0.67
Hex 74 78 E1 30 2F 0 C EE 40 43
Octal 164 170 341 60 57 0 14 356 100 103
Binary 1110100 1111000 11100001 110000 101111 0 1100 11101110 1000000 1000011

Color Harmonies of #7478E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7478E1

Black with #7478E1

Text Example


Text Example

White with #7478E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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