Html Css Color HEX #777ACB Moody Blue

📋 copy color: '#777ACB'

red 119 ◦ green 122 ◦ blue 203

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

Shades of Moody Blue #777ACB

Tints of Moody Blue #777ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 26.8%
G = 27.48%
B = 45.72%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#777ACB (or 0x777ACB) is known color: Moody Blue. HEX triplet: 77, 7A and CB. RGB value is (119,122,203). Sum of RGB (Red+Green+Blue) = 119+122+203=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #777ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777ACB is #888534. Grayscale: #828282. Windows color (decimal): -8946997 or 13335159. OLE color: 13335159.

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

Color convert

RGB 119 122 203 -
CMYK 0.41 0.40 0 0.20
HSL 237.86º 0.45% 0.63% -
HSV(B) 237.86º 0.41% 0.8% -
XYZ 25.35 22.15 59.44 -
YUV 130.34 169.01 119.91 -
System Red Green Blue C M Y K H S L
Decimal 119 122 203 0.41 0.40 0 0.20 237.86 0.45 0.63
Hex 77 7A CB 29 28 0 14 EE 2D 3F
Octal 167 172 313 51 50 0 24 356 55 77
Binary 1110111 1111010 11001011 101001 101000 0 10100 11101110 101101 111111

Color Harmonies of #777ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777ACB

Black with #777ACB

Text Example


Text Example

White with #777ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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