Html Css Color HEX #7B77DC Moody Blue

📋 copy color: '#7B77DC'

red 123 ◦ green 119 ◦ blue 220

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

Shades of Moody Blue #7B77DC

Tints of Moody Blue #7B77DC

RGB

 RED value IS 123 (48.44% from 255) = 26.62%

 GREEN value IS 119 (46.88% from 255) = 25.76%

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 26.62%
G = 25.76%
B = 47.62%

CMYK

 C value IS 0.44

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7B77DC (or 0x7B77DC) is known color: Moody Blue. HEX triplet: 7B, 77 and DC. RGB value is (123,119,220). Sum of RGB (Red+Green+Blue) = 123+119+220=462 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.62% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B77DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B77DC is #848823. Grayscale: #838383. Windows color (decimal): -8685604 or 14448507. OLE color: 14448507.

HSL color Cylindrical-coordinate representation of color #7B77DC: hue angle of 242.38º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B77DC is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 119 220 -
CMYK 0.44 0.46 0 0.14
HSL 242.38º 0.59% 0.66% -
HSV(B) 242.38º 0.46% 0.86% -
XYZ 27.68 22.57 70.61 -
YUV 131.71 177.83 121.79 -
System Red Green Blue C M Y K H S L
Decimal 123 119 220 0.44 0.46 0 0.14 242.38 0.59 0.66
Hex 7B 77 DC 2C 2E 0 E F2 3B 42
Octal 173 167 334 54 56 0 16 362 73 102
Binary 1111011 1110111 11011100 101100 101110 0 1110 11110010 111011 1000010

Color Harmonies of #7B77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B77DC

Black with #7B77DC

Text Example


Text Example

White with #7B77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B77DC; }

 p { color: rgb(123,119,220); }

 H1.HeaderClassName
 {
   color: #7B77DC;
 }
 .AnyTagClassName
 {
   color: #7B77DC;
 }
</style>

background-color css

<style>
 a { background-color: #7B77DC; }

 a { background-color: rgb(123,119,220); }

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

border-color css

<style>
 span { border-color: #7B77DC; }

 span { border-color: rgb(123,119,220); }

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