#8074CE

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

Shades of Moody Blue #8074CE

Tints of Moody Blue #8074CE

Color information

#8074CE (or 0x8074CE) is unknown color: approx Moody Blue. HEX triplet: 80, 74 and CE. RGB value is (128,116,206). Sum of RGB (Red+Green+Blue) = 128+116+206=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #8074CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8074CE is #7F8B31. Grayscale: #818181. Windows color (decimal): -8358706 or 13530240. OLE color: 13530240.

HSL color Cylindrical-coordinate representation of color #8074CE: hue angle of 248º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8074CE is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB128116206-
CMYK0.380.4400.19
HSL248º47.87%63.14%-
HSV(B)248º43.69%80.78%-
XYZ26.2921.5461.16-
YUV129.85170.98126.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.44%
GREEN value IS 116 (45.70% from 255) = 25.78%
BLUE value IS 206 (80.86% from 255) = 45.78%
R=28.44%
G=25.78%
B=45.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1281162060.380.4400.1924847.8763.14
Hex8074CE262C013f8303f
Octal20016431646540233706077
Binary1000000011101001100111010011010110001001111111000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8074CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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