Html Css Color HEX #777ADE Medium Slate Blue

📋 copy color: '#777ADE'

red 119 ◦ green 122 ◦ blue 222

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

Shades of Medium Slate Blue #777ADE

Tints of Medium Slate Blue #777ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.95%

R = 25.7%
G = 26.35%
B = 47.95%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#777ADE (or 0x777ADE) is known color: Medium Slate Blue. HEX triplet: 77, 7A and DE. RGB value is (119,122,222). Sum of RGB (Red+Green+Blue) = 119+122+222=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #777ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777ADE is #888521. Grayscale: #848484. Windows color (decimal): -8946978 or 14580343. OLE color: 14580343.

HSL color Cylindrical-coordinate representation of color #777ADE: hue angle of 238.25º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #777ADE is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 122 222 -
CMYK 0.46 0.45 0 0.13
HSL 238.25º 0.61% 0.67% -
HSV(B) 238.25º 0.46% 0.87% -
XYZ 27.75 23.11 72.11 -
YUV 132.5 178.51 118.37 -
System Red Green Blue C M Y K H S L
Decimal 119 122 222 0.46 0.45 0 0.13 238.25 0.61 0.67
Hex 77 7A DE 2E 2D 0 D EE 3D 43
Octal 167 172 336 56 55 0 15 356 75 103
Binary 1110111 1111010 11011110 101110 101101 0 1101 11101110 111101 1000011

Color Harmonies of #777ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777ADE

Black with #777ADE

Text Example


Text Example

White with #777ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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