Html Css Color HEX #8078BB Moody Blue

📋 copy color: '#8078BB'

red 128 ◦ green 120 ◦ blue 187

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

Shades of Moody Blue #8078BB

Tints of Moody Blue #8078BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.99%

R = 29.43%
G = 27.59%
B = 42.99%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8078BB (or 0x8078BB) is known color: Moody Blue. HEX triplet: 80, 78 and BB. RGB value is (128,120,187). Sum of RGB (Red+Green+Blue) = 128+120+187=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #8078BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8078BB is #7F8744. Grayscale: #818181. Windows color (decimal): -8357701 or 12286080. OLE color: 12286080.

HSL color Cylindrical-coordinate representation of color #8078BB: hue angle of 247.16º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8078BB is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 120 187 -
CMYK 0.32 0.36 0 0.27
HSL 247.16º 0.33% 0.6% -
HSV(B) 247.16º 0.36% 0.73% -
XYZ 24.59 21.61 49.89 -
YUV 130.03 160.15 126.55 -
System Red Green Blue C M Y K H S L
Decimal 128 120 187 0.32 0.36 0 0.27 247.16 0.33 0.6
Hex 80 78 BB 20 24 0 1B F7 21 3C
Octal 200 170 273 40 44 0 33 367 41 74
Binary 10000000 1111000 10111011 100000 100100 0 11011 11110111 100001 111100

Color Harmonies of #8078BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8078BB

Black with #8078BB

Text Example


Text Example

White with #8078BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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