Html Css Color HEX #7776EA Medium Slate Blue

📋 copy color: '#7776EA'

red 119 ◦ green 118 ◦ blue 234

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

Shades of Medium Slate Blue #7776EA

Tints of Medium Slate Blue #7776EA

RGB

 RED value IS 119 (46.88% from 255) = 25.27%

 GREEN value IS 118 (46.48% from 255) = 25.05%

 BLUE value IS 234 (91.8% from 255) = 49.68%

R = 25.27%
G = 25.05%
B = 49.68%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7776EA (or 0x7776EA) is known color: Medium Slate Blue. HEX triplet: 77, 76 and EA. RGB value is (119,118,234). Sum of RGB (Red+Green+Blue) = 119+118+234=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #7776EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7776EA is #888915. Grayscale: #838383. Windows color (decimal): -8947990 or 15365751. OLE color: 15365751.

HSL color Cylindrical-coordinate representation of color #7776EA: hue angle of 240.52º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7776EA is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 118 234 -
CMYK 0.49 0.50 0 0.08
HSL 240.52º 0.73% 0.69% -
HSV(B) 240.52º 0.5% 0.92% -
XYZ 28.94 22.82 80.72 -
YUV 131.52 185.83 119.07 -
System Red Green Blue C M Y K H S L
Decimal 119 118 234 0.49 0.50 0 0.08 240.52 0.73 0.69
Hex 77 76 EA 31 32 0 8 F1 49 45
Octal 167 166 352 61 62 0 10 361 111 105
Binary 1110111 1110110 11101010 110001 110010 0 1000 11110001 1001001 1000101

Color Harmonies of #7776EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7776EA

Black with #7776EA

Text Example


Text Example

White with #7776EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7776EA; }

 p { color: rgb(119,118,234); }

 H1.HeaderClassName
 {
   color: #7776EA;
 }
 .AnyTagClassName
 {
   color: #7776EA;
 }
</style>

background-color css

<style>
 a { background-color: #7776EA; }

 a { background-color: rgb(119,118,234); }

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

border-color css

<style>
 span { border-color: #7776EA; }

 span { border-color: rgb(119,118,234); }

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