Html Css Color HEX #7A71E5 Medium Slate Blue

📋 copy color: '#7A71E5'

red 122 ◦ green 113 ◦ blue 229

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

Shades of Medium Slate Blue #7A71E5

Tints of Medium Slate Blue #7A71E5

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.35%

 BLUE value IS 229 (89.84% from 255) = 49.35%

R = 26.29%
G = 24.35%
B = 49.35%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7A71E5 (or 0x7A71E5) is known color: Medium Slate Blue. HEX triplet: 7A, 71 and E5. RGB value is (122,113,229). Sum of RGB (Red+Green+Blue) = 122+113+229=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 229 - color contains mainly: blue. Hex color #7A71E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A71E5 is #858E1A. Grayscale: #808080. Windows color (decimal): -8752667 or 15036794. OLE color: 15036794.

HSL color Cylindrical-coordinate representation of color #7A71E5: hue angle of 244.66º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A71E5 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 122 113 229 -
CMYK 0.47 0.51 0 0.10
HSL 244.66º 0.69% 0.67% -
HSV(B) 244.66º 0.51% 0.9% -
XYZ 28.07 21.6 76.82 -
YUV 128.92 184.48 123.07 -
System Red Green Blue C M Y K H S L
Decimal 122 113 229 0.47 0.51 0 0.10 244.66 0.69 0.67
Hex 7A 71 E5 2F 33 0 A F5 45 43
Octal 172 161 345 57 63 0 12 365 105 103
Binary 1111010 1110001 11100101 101111 110011 0 1010 11110101 1000101 1000011

Color Harmonies of #7A71E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A71E5

Black with #7A71E5

Text Example


Text Example

White with #7A71E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,113,229); }

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

background-color css

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

 a { background-color: rgb(122,113,229); }

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

border-color css

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

 span { border-color: rgb(122,113,229); }

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