Html Css Color HEX #7779EA Medium Slate Blue

📋 copy color: '#7779EA'

red 119 ◦ green 121 ◦ blue 234

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

Shades of Medium Slate Blue #7779EA

Tints of Medium Slate Blue #7779EA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.53%

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

R = 25.11%
G = 25.53%
B = 49.37%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7779EA (or 0x7779EA) is known color: Medium Slate Blue. HEX triplet: 77, 79 and EA. RGB value is (119,121,234). Sum of RGB (Red+Green+Blue) = 119+121+234=474 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.11% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #7779EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7779EA is #888615. Grayscale: #848484. Windows color (decimal): -8947222 or 15366519. OLE color: 15366519.

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

Color convert

RGB 119 121 234 -
CMYK 0.49 0.48 0 0.08
HSL 238.96º 0.73% 0.69% -
HSV(B) 238.96º 0.49% 0.92% -
XYZ 29.3 23.54 80.84 -
YUV 133.28 184.84 117.81 -
System Red Green Blue C M Y K H S L
Decimal 119 121 234 0.49 0.48 0 0.08 238.96 0.73 0.69
Hex 77 79 EA 31 30 0 8 EF 49 45
Octal 167 171 352 61 60 0 10 357 111 105
Binary 1110111 1111001 11101010 110001 110000 0 1000 11101111 1001001 1000101

Color Harmonies of #7779EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7779EA

Black with #7779EA

Text Example


Text Example

White with #7779EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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