Html Css Color HEX #7B77BE Moody Blue

📋 copy color: '#7B77BE'

red 123 ◦ green 119 ◦ blue 190

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

Shades of Moody Blue #7B77BE

Tints of Moody Blue #7B77BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 28.47%
G = 27.55%
B = 43.98%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B77BE (or 0x7B77BE) is known color: Moody Blue. HEX triplet: 7B, 77 and BE. RGB value is (123,119,190). Sum of RGB (Red+Green+Blue) = 123+119+190=432 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.47% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B77BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B77BE is #848841. Grayscale: #808080. Windows color (decimal): -8685634 or 12482427. OLE color: 12482427.

HSL color Cylindrical-coordinate representation of color #7B77BE: hue angle of 243.38º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B77BE is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 119 190 -
CMYK 0.35 0.37 0 0.25
HSL 243.38º 0.35% 0.61% -
HSV(B) 243.38º 0.37% 0.75% -
XYZ 24.06 21.12 51.52 -
YUV 128.29 162.83 124.23 -
System Red Green Blue C M Y K H S L
Decimal 123 119 190 0.35 0.37 0 0.25 243.38 0.35 0.61
Hex 7B 77 BE 23 25 0 19 F3 23 3D
Octal 173 167 276 43 45 0 31 363 43 75
Binary 1111011 1110111 10111110 100011 100101 0 11001 11110011 100011 111101

Color Harmonies of #7B77BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B77BE

Black with #7B77BE

Text Example


Text Example

White with #7B77BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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