Html Css Color HEX #777CC3 Moody Blue

📋 copy color: '#777CC3'

red 119 ◦ green 124 ◦ blue 195

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

Shades of Moody Blue #777CC3

Tints of Moody Blue #777CC3

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.31%

 BLUE value IS 195 (76.56% from 255) = 44.52%

R = 27.17%
G = 28.31%
B = 44.52%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#777CC3 (or 0x777CC3) is known color: Moody Blue. HEX triplet: 77, 7C and C3. RGB value is (119,124,195). Sum of RGB (Red+Green+Blue) = 119+124+195=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 195 (76.56% from 255 or 44.52% from 438); Max value from RGB is 195 - color contains mainly: blue. Hex color #777CC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777CC3 is #88833C. Grayscale: #828282. Windows color (decimal): -8946493 or 12811383. OLE color: 12811383.

HSL color Cylindrical-coordinate representation of color #777CC3: hue angle of 236.05º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #777CC3 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 124 195 -
CMYK 0.39 0.36 0 0.24
HSL 236.05º 0.39% 0.62% -
HSV(B) 236.05º 0.39% 0.76% -
XYZ 24.67 22.28 54.63 -
YUV 130.6 164.34 119.73 -
System Red Green Blue C M Y K H S L
Decimal 119 124 195 0.39 0.36 0 0.24 236.05 0.39 0.62
Hex 77 7C C3 27 24 0 18 EC 27 3E
Octal 167 174 303 47 44 0 30 354 47 76
Binary 1110111 1111100 11000011 100111 100100 0 11000 11101100 100111 111110

Color Harmonies of #777CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777CC3

Black with #777CC3

Text Example


Text Example

White with #777CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,124,195); }

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

background-color css

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

 a { background-color: rgb(119,124,195); }

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

border-color css

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

 span { border-color: rgb(119,124,195); }

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