Html Css Color HEX #7776EF Medium Slate Blue

📋 copy color: '#7776EF'

red 119 ◦ green 118 ◦ blue 239

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

Shades of Medium Slate Blue #7776EF

Tints of Medium Slate Blue #7776EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.21%

R = 25%
G = 24.79%
B = 50.21%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7776EF (or 0x7776EF) is known color: Medium Slate Blue. HEX triplet: 77, 76 and EF. RGB value is (119,118,239). Sum of RGB (Red+Green+Blue) = 119+118+239=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #7776EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7776EF is #888910. Grayscale: #838383. Windows color (decimal): -8947985 or 15693431. OLE color: 15693431.

HSL color Cylindrical-coordinate representation of color #7776EF: hue angle of 240.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7776EF is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 118 239 -
CMYK 0.50 0.51 0 0.06
HSL 240.5º 0.79% 0.7% -
HSV(B) 240.5º 0.51% 0.94% -
XYZ 29.67 23.11 84.56 -
YUV 132.09 188.33 118.66 -
System Red Green Blue C M Y K H S L
Decimal 119 118 239 0.50 0.51 0 0.06 240.5 0.79 0.7
Hex 77 76 EF 32 33 0 6 F0 4F 46
Octal 167 166 357 62 63 0 6 360 117 106
Binary 1110111 1110110 11101111 110010 110011 0 110 11110000 1001111 1000110

Color Harmonies of #7776EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7776EF

Black with #7776EF

Text Example


Text Example

White with #7776EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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