Html Css Color HEX #777AEF Medium Slate Blue

📋 copy color: '#777AEF'

red 119 ◦ green 122 ◦ blue 239

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

Shades of Medium Slate Blue #777AEF

Tints of Medium Slate Blue #777AEF

RGB

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

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

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

R = 24.79%
G = 25.42%
B = 49.79%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#777AEF (or 0x777AEF) is known color: Medium Slate Blue. HEX triplet: 77, 7A and EF. RGB value is (119,122,239). Sum of RGB (Red+Green+Blue) = 119+122+239=480 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.79% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #777AEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777AEF is #888510. Grayscale: #858585. Windows color (decimal): -8946961 or 15694455. OLE color: 15694455.

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

Color convert

RGB 119 122 239 -
CMYK 0.50 0.49 0 0.06
HSL 238.5º 0.79% 0.7% -
HSV(B) 238.5º 0.5% 0.94% -
XYZ 30.15 24.07 84.72 -
YUV 134.44 187.01 116.99 -
System Red Green Blue C M Y K H S L
Decimal 119 122 239 0.50 0.49 0 0.06 238.5 0.79 0.7
Hex 77 7A EF 32 31 0 6 EE 4F 46
Octal 167 172 357 62 61 0 6 356 117 106
Binary 1110111 1111010 11101111 110010 110001 0 110 11101110 1001111 1000110

Color Harmonies of #777AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777AEF

Black with #777AEF

Text Example


Text Example

White with #777AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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