Html Css Color HEX #7A78B4 Moody Blue

📋 copy color: '#7A78B4'

red 122 ◦ green 120 ◦ blue 180

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

Shades of Moody Blue #7A78B4

Tints of Moody Blue #7A78B4

RGB

 RED value IS 122 (48.05% from 255) = 28.91%

 GREEN value IS 120 (47.27% from 255) = 28.44%

 BLUE value IS 180 (70.7% from 255) = 42.65%

R = 28.91%
G = 28.44%
B = 42.65%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7A78B4 (or 0x7A78B4) is known color: Moody Blue. HEX triplet: 7A, 78 and B4. RGB value is (122,120,180). Sum of RGB (Red+Green+Blue) = 122+120+180=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 180 - color contains mainly: blue. Hex color #7A78B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A78B4 is #85874B. Grayscale: #7F7F7F. Windows color (decimal): -8750924 or 11827322. OLE color: 11827322.

HSL color Cylindrical-coordinate representation of color #7A78B4: hue angle of 242º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A78B4 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 120 180 -
CMYK 0.32 0.33 0 0.29
HSL 242º 0.29% 0.59% -
HSV(B) 242º 0.33% 0.71% -
XYZ 22.98 20.87 46 -
YUV 127.44 157.66 124.12 -
System Red Green Blue C M Y K H S L
Decimal 122 120 180 0.32 0.33 0 0.29 242 0.29 0.59
Hex 7A 78 B4 20 21 0 1D F2 1D 3B
Octal 172 170 264 40 41 0 35 362 35 73
Binary 1111010 1111000 10110100 100000 100001 0 11101 11110010 11101 111011

Color Harmonies of #7A78B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A78B4

Black with #7A78B4

Text Example


Text Example

White with #7A78B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,120,180); }

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

background-color css

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

 a { background-color: rgb(122,120,180); }

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

border-color css

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

 span { border-color: rgb(122,120,180); }

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