Html Css Color HEX #7878BC Moody Blue

📋 copy color: '#7878BC'

red 120 ◦ green 120 ◦ blue 188

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

Shades of Moody Blue #7878BC

Tints of Moody Blue #7878BC

RGB

 RED value IS 120 (47.27% from 255) = 28.04%

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

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

R = 28.04%
G = 28.04%
B = 43.93%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7878BC (or 0x7878BC) is known color: Moody Blue. HEX triplet: 78, 78 and BC. RGB value is (120,120,188). Sum of RGB (Red+Green+Blue) = 120+120+188=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #7878BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7878BC is #878743. Grayscale: #7F7F7F. Windows color (decimal): -8881988 or 12351608. OLE color: 12351608.

HSL color Cylindrical-coordinate representation of color #7878BC: hue angle of 240º 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 #7878BC is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 120 188 -
CMYK 0.36 0.36 0 0.26
HSL 240º 0.34% 0.6% -
HSV(B) 240º 0.36% 0.74% -
XYZ 23.54 21.06 50.4 -
YUV 127.75 162 122.47 -
System Red Green Blue C M Y K H S L
Decimal 120 120 188 0.36 0.36 0 0.26 240 0.34 0.6
Hex 78 78 BC 24 24 0 1A F0 22 3C
Octal 170 170 274 44 44 0 32 360 42 74
Binary 1111000 1111000 10111100 100100 100100 0 11010 11110000 100010 111100

Color Harmonies of #7878BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7878BC

Black with #7878BC

Text Example


Text Example

White with #7878BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7878BC; }

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

 H1.HeaderClassName
 {
   color: #7878BC;
 }
 .AnyTagClassName
 {
   color: #7878BC;
 }
</style>

background-color css

<style>
 a { background-color: #7878BC; }

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

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

border-color css

<style>
 span { border-color: #7878BC; }

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

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