Html Css Color HEX #7A77E9 Medium Slate Blue

📋 copy color: '#7A77E9'

red 122 ◦ green 119 ◦ blue 233

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

Shades of Medium Slate Blue #7A77E9

Tints of Medium Slate Blue #7A77E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 49.16%

R = 25.74%
G = 25.11%
B = 49.16%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7A77E9 (or 0x7A77E9) is known color: Medium Slate Blue. HEX triplet: 7A, 77 and E9. RGB value is (122,119,233). Sum of RGB (Red+Green+Blue) = 122+119+233=474 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.74% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 233 (91.41% from 255 or 49.16% from 474); Max value from RGB is 233 - color contains mainly: blue. Hex color #7A77E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A77E9 is #858816. Grayscale: #848484. Windows color (decimal): -8751127 or 15300474. OLE color: 15300474.

HSL color Cylindrical-coordinate representation of color #7A77E9: hue angle of 241.58º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A77E9 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 122 119 233 -
CMYK 0.48 0.49 0 0.09
HSL 241.58º 0.72% 0.69% -
HSV(B) 241.58º 0.49% 0.91% -
XYZ 29.33 23.21 80.03 -
YUV 132.89 184.49 120.23 -
System Red Green Blue C M Y K H S L
Decimal 122 119 233 0.48 0.49 0 0.09 241.58 0.72 0.69
Hex 7A 77 E9 30 31 0 9 F2 48 45
Octal 172 167 351 60 61 0 11 362 110 105
Binary 1111010 1110111 11101001 110000 110001 0 1001 11110010 1001000 1000101

Color Harmonies of #7A77E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A77E9

Black with #7A77E9

Text Example


Text Example

White with #7A77E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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