Html Css Color HEX #8078BC Moody Blue

📋 copy color: '#8078BC'

red 128 ◦ green 120 ◦ blue 188

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

Shades of Moody Blue #8078BC

Tints of Moody Blue #8078BC

RGB

 RED value IS 128 (50.39% from 255) = 29.36%

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

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

R = 29.36%
G = 27.52%
B = 43.12%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8078BC (or 0x8078BC) is known color: Moody Blue. HEX triplet: 80, 78 and BC. RGB value is (128,120,188). Sum of RGB (Red+Green+Blue) = 128+120+188=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #8078BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8078BC is #7F8743. Grayscale: #818181. Windows color (decimal): -8357700 or 12351616. OLE color: 12351616.

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

Color convert

RGB 128 120 188 -
CMYK 0.32 0.36 0 0.26
HSL 247.06º 0.34% 0.6% -
HSV(B) 247.06º 0.36% 0.74% -
XYZ 24.7 21.65 50.45 -
YUV 130.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 128 120 188 0.32 0.36 0 0.26 247.06 0.34 0.6
Hex 80 78 BC 20 24 0 1A F7 22 3C
Octal 200 170 274 40 44 0 32 367 42 74
Binary 10000000 1111000 10111100 100000 100100 0 11010 11110111 100010 111100

Color Harmonies of #8078BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8078BC

Black with #8078BC

Text Example


Text Example

White with #8078BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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