Html Css Color HEX #777AE8 Medium Slate Blue

📋 copy color: '#777AE8'

red 119 ◦ green 122 ◦ blue 232

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

Shades of Medium Slate Blue #777AE8

Tints of Medium Slate Blue #777AE8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.79%

 BLUE value IS 232 (91.02% from 255) = 49.05%

R = 25.16%
G = 25.79%
B = 49.05%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#777AE8 (or 0x777AE8) is known color: Medium Slate Blue. HEX triplet: 77, 7A and E8. RGB value is (119,122,232). Sum of RGB (Red+Green+Blue) = 119+122+232=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 232 (91.02% from 255 or 49.05% from 473); Max value from RGB is 232 - color contains mainly: blue. Hex color #777AE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777AE8 is #888517. Grayscale: #858585. Windows color (decimal): -8946968 or 15235703. OLE color: 15235703.

HSL color Cylindrical-coordinate representation of color #777AE8: hue angle of 238.41º degrees, saturation: 0.71, 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 #777AE8 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 119 122 232 -
CMYK 0.49 0.47 0 0.09
HSL 238.41º 0.71% 0.69% -
HSV(B) 238.41º 0.49% 0.91% -
XYZ 29.13 23.67 79.38 -
YUV 133.64 183.51 117.56 -
System Red Green Blue C M Y K H S L
Decimal 119 122 232 0.49 0.47 0 0.09 238.41 0.71 0.69
Hex 77 7A E8 31 2F 0 9 EE 47 45
Octal 167 172 350 61 57 0 11 356 107 105
Binary 1110111 1111010 11101000 110001 101111 0 1001 11101110 1000111 1000101

Color Harmonies of #777AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777AE8

Black with #777AE8

Text Example


Text Example

White with #777AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777AE8; }

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

 H1.HeaderClassName
 {
   color: #777AE8;
 }
 .AnyTagClassName
 {
   color: #777AE8;
 }
</style>

background-color css

<style>
 a { background-color: #777AE8; }

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

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

border-color css

<style>
 span { border-color: #777AE8; }

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

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