Html Css Color HEX #7B78BC Moody Blue

📋 copy color: '#7B78BC'

red 123 ◦ green 120 ◦ blue 188

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

Shades of Moody Blue #7B78BC

Tints of Moody Blue #7B78BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.62%

R = 28.54%
G = 27.84%
B = 43.62%

CMYK

 C value IS 0.35

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7B78BC (or 0x7B78BC) is known color: Moody Blue. HEX triplet: 7B, 78 and BC. RGB value is (123,120,188). Sum of RGB (Red+Green+Blue) = 123+120+188=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B78BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B78BC is #848743. Grayscale: #808080. Windows color (decimal): -8685380 or 12351611. OLE color: 12351611.

HSL color Cylindrical-coordinate representation of color #7B78BC: hue angle of 242.65º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B78BC is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 123 120 188 -
CMYK 0.35 0.36 0 0.26
HSL 242.65º 0.34% 0.6% -
HSV(B) 242.65º 0.36% 0.74% -
XYZ 23.96 21.27 50.42 -
YUV 128.65 161.49 123.97 -
System Red Green Blue C M Y K H S L
Decimal 123 120 188 0.35 0.36 0 0.26 242.65 0.34 0.6
Hex 7B 78 BC 23 24 0 1A F3 22 3C
Octal 173 170 274 43 44 0 32 363 42 74
Binary 1111011 1111000 10111100 100011 100100 0 11010 11110011 100010 111100

Color Harmonies of #7B78BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B78BC

Black with #7B78BC

Text Example


Text Example

White with #7B78BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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