Html Css Color HEX #7B78BF Moody Blue

📋 copy color: '#7B78BF'

red 123 ◦ green 120 ◦ blue 191

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

Shades of Moody Blue #7B78BF

Tints of Moody Blue #7B78BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.01%

R = 28.34%
G = 27.65%
B = 44.01%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B78BF (or 0x7B78BF) is known color: Moody Blue. HEX triplet: 7B, 78 and BF. RGB value is (123,120,191). Sum of RGB (Red+Green+Blue) = 123+120+191=434 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.34% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B78BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B78BF is #848740. Grayscale: #808080. Windows color (decimal): -8685377 or 12548219. OLE color: 12548219.

HSL color Cylindrical-coordinate representation of color #7B78BF: hue angle of 242.54º degrees, saturation: 0.36, 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 #7B78BF is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 120 191 -
CMYK 0.36 0.37 0 0.25
HSL 242.54º 0.36% 0.61% -
HSV(B) 242.54º 0.37% 0.75% -
XYZ 24.29 21.41 52.14 -
YUV 128.99 162.99 123.73 -
System Red Green Blue C M Y K H S L
Decimal 123 120 191 0.36 0.37 0 0.25 242.54 0.36 0.61
Hex 7B 78 BF 24 25 0 19 F3 24 3D
Octal 173 170 277 44 45 0 31 363 44 75
Binary 1111011 1111000 10111111 100100 100101 0 11001 11110011 100100 111101

Color Harmonies of #7B78BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B78BF

Black with #7B78BF

Text Example


Text Example

White with #7B78BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,120,191); }

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

background-color css

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

 a { background-color: rgb(123,120,191); }

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

border-color css

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

 span { border-color: rgb(123,120,191); }

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