Html Css Color HEX #7878C2 Moody Blue

📋 copy color: '#7878C2'

red 120 ◦ green 120 ◦ blue 194

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

Shades of Moody Blue #7878C2

Tints of Moody Blue #7878C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.7%

R = 27.65%
G = 27.65%
B = 44.7%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7878C2 (or 0x7878C2) is known color: Moody Blue. HEX triplet: 78, 78 and C2. RGB value is (120,120,194). Sum of RGB (Red+Green+Blue) = 120+120+194=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 194 (76.17% from 255 or 44.70% from 434); Max value from RGB is 194 - color contains mainly: blue. Hex color #7878C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7878C2 is #87873D. Grayscale: #808080. Windows color (decimal): -8881982 or 12744824. OLE color: 12744824.

HSL color Cylindrical-coordinate representation of color #7878C2: hue angle of 240º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7878C2 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 120 120 194 -
CMYK 0.38 0.38 0 0.24
HSL 240º 0.38% 0.62% -
HSV(B) 240º 0.38% 0.76% -
XYZ 24.2 21.32 53.88 -
YUV 128.44 165 121.98 -
System Red Green Blue C M Y K H S L
Decimal 120 120 194 0.38 0.38 0 0.24 240 0.38 0.62
Hex 78 78 C2 26 26 0 18 F0 26 3E
Octal 170 170 302 46 46 0 30 360 46 76
Binary 1111000 1111000 11000010 100110 100110 0 11000 11110000 100110 111110

Color Harmonies of #7878C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7878C2

Black with #7878C2

Text Example


Text Example

White with #7878C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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