Html Css Color HEX #7A74E1 Medium Slate Blue

📋 copy color: '#7A74E1'

red 122 ◦ green 116 ◦ blue 225

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

Shades of Medium Slate Blue #7A74E1

Tints of Medium Slate Blue #7A74E1

RGB

 RED value IS 122 (48.05% from 255) = 26.35%

 GREEN value IS 116 (45.7% from 255) = 25.05%

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

R = 26.35%
G = 25.05%
B = 48.6%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7A74E1 (or 0x7A74E1) is known color: Medium Slate Blue. HEX triplet: 7A, 74 and E1. RGB value is (122,116,225). Sum of RGB (Red+Green+Blue) = 122+116+225=463 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.35% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #7A74E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A74E1 is #858B1E. Grayscale: #818181. Windows color (decimal): -8751903 or 14775418. OLE color: 14775418.

HSL color Cylindrical-coordinate representation of color #7A74E1: hue angle of 243.3º 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 #7A74E1 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 122 116 225 -
CMYK 0.46 0.48 0 0.12
HSL 243.3º 0.64% 0.67% -
HSV(B) 243.3º 0.48% 0.88% -
XYZ 27.86 22.06 74.02 -
YUV 130.22 181.49 122.14 -
System Red Green Blue C M Y K H S L
Decimal 122 116 225 0.46 0.48 0 0.12 243.3 0.64 0.67
Hex 7A 74 E1 2E 30 0 C F3 40 43
Octal 172 164 341 56 60 0 14 363 100 103
Binary 1111010 1110100 11100001 101110 110000 0 1100 11110011 1000000 1000011

Color Harmonies of #7A74E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A74E1

Black with #7A74E1

Text Example


Text Example

White with #7A74E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A74E1; }

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

 H1.HeaderClassName
 {
   color: #7A74E1;
 }
 .AnyTagClassName
 {
   color: #7A74E1;
 }
</style>

background-color css

<style>
 a { background-color: #7A74E1; }

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

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

border-color css

<style>
 span { border-color: #7A74E1; }

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

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