Html Css Color HEX #7A77E4 Medium Slate Blue

📋 copy color: '#7A77E4'

red 122 ◦ green 119 ◦ blue 228

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

Shades of Medium Slate Blue #7A77E4

Tints of Medium Slate Blue #7A77E4

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.37%

 BLUE value IS 228 (89.45% from 255) = 48.61%

R = 26.01%
G = 25.37%
B = 48.61%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7A77E4 (or 0x7A77E4) is known color: Medium Slate Blue. HEX triplet: 7A, 77 and E4. RGB value is (122,119,228). Sum of RGB (Red+Green+Blue) = 122+119+228=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 228 - color contains mainly: blue. Hex color #7A77E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A77E4 is #85881B. Grayscale: #838383. Windows color (decimal): -8751132 or 14972794. OLE color: 14972794.

HSL color Cylindrical-coordinate representation of color #7A77E4: hue angle of 241.65º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A77E4 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 122 119 228 -
CMYK 0.46 0.48 0 0.11
HSL 241.65º 0.67% 0.68% -
HSV(B) 241.65º 0.48% 0.89% -
XYZ 28.63 22.93 76.32 -
YUV 132.32 181.99 120.64 -
System Red Green Blue C M Y K H S L
Decimal 122 119 228 0.46 0.48 0 0.11 241.65 0.67 0.68
Hex 7A 77 E4 2E 30 0 B F2 43 44
Octal 172 167 344 56 60 0 13 362 103 104
Binary 1111010 1110111 11100100 101110 110000 0 1011 11110010 1000011 1000100

Color Harmonies of #7A77E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A77E4

Black with #7A77E4

Text Example


Text Example

White with #7A77E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,119,228); }

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

background-color css

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

 a { background-color: rgb(122,119,228); }

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

border-color css

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

 span { border-color: rgb(122,119,228); }

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