Html Css Color HEX #777ACD Moody Blue

📋 copy color: '#777ACD'

red 119 ◦ green 122 ◦ blue 205

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

Shades of Moody Blue #777ACD

Tints of Moody Blue #777ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.96%

R = 26.68%
G = 27.35%
B = 45.96%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#777ACD (or 0x777ACD) is known color: Moody Blue. HEX triplet: 77, 7A and CD. RGB value is (119,122,205). Sum of RGB (Red+Green+Blue) = 119+122+205=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #777ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777ACD is #888532. Grayscale: #828282. Windows color (decimal): -8946995 or 13466231. OLE color: 13466231.

HSL color Cylindrical-coordinate representation of color #777ACD: hue angle of 237.91º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #777ACD is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 122 205 -
CMYK 0.42 0.40 0 0.20
HSL 237.91º 0.46% 0.64% -
HSV(B) 237.91º 0.42% 0.8% -
XYZ 25.59 22.25 60.7 -
YUV 130.57 170.01 119.75 -
System Red Green Blue C M Y K H S L
Decimal 119 122 205 0.42 0.40 0 0.20 237.91 0.46 0.64
Hex 77 7A CD 2A 28 0 14 EE 2E 40
Octal 167 172 315 52 50 0 24 356 56 100
Binary 1110111 1111010 11001101 101010 101000 0 10100 11101110 101110 1000000

Color Harmonies of #777ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777ACD

Black with #777ACD

Text Example


Text Example

White with #777ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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