#8074C1

Color #8074C1 Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #8074C1

Tints of Moody Blue #8074C1

Color information

#8074C1 (or 0x8074C1) is unknown color: approx Moody Blue. HEX triplet: 80, 74 and C1. RGB value is (128,116,193). Sum of RGB (Red+Green+Blue) = 128+116+193=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #8074C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8074C1 is #7F8B3E. Grayscale: #808080. Windows color (decimal): -8358719 or 12678272. OLE color: 12678272.

HSL color Cylindrical-coordinate representation of color #8074C1: hue angle of 249.35º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8074C1 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB128116193-
CMYK0.340.4000.24
HSL249.35º38.31%60.59%-
HSV(B)249.35º39.9%75.69%-
XYZ24.7720.9353.19-
YUV128.37164.48127.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.29%
GREEN value IS 116 (45.70% from 255) = 26.54%
BLUE value IS 193 (75.78% from 255) = 44.16%
R=29.29%
G=26.54%
B=44.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281161930.340.4000.24249.3538.3160.59
Hex8074C12228018f9263d
Octal20016430142500303714675
Binary1000000011101001100000110001010100001100011111001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8074C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8074C1; }

 p { color: rgb(128,116,193); }

 H1.HeaderClassName
 {
   color: #8074C1;
 }
 .AnyTagClassName
 {
   color: #8074C1;
 }
</style>
background-color css

<style>
 a { background-color: #8074C1; }

 a { background-color: rgb(128,116,193); }

 div.DivClassName
 {
   background-color: #8074C1;
 }
 .BgClassName
 {
   background-color: #8074C1;
 }
</style>
border-color css

<style>
 span { border-color: #8074C1; }

 span { border-color: rgb(128,116,193); }

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