#807ACC

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

Shades of Moody Blue #807ACC

Tints of Moody Blue #807ACC

Color information

#807ACC (or 0x807ACC) is unknown color: approx Moody Blue. HEX triplet: 80, 7A and CC. RGB value is (128,122,204). Sum of RGB (Red+Green+Blue) = 128+122+204=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #807ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807ACC is #7F8533. Grayscale: #848484. Windows color (decimal): -8357172 or 13400704. OLE color: 13400704.

HSL color Cylindrical-coordinate representation of color #807ACC: hue angle of 244.39º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #807ACC is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB128122204-
CMYK0.370.4000.2
HSL244.39º44.57%63.92%-
HSV(B)244.39º40.2%80%-
XYZ26.7622.8760.13-
YUV133.14167.99124.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.19%
GREEN value IS 122 (48.05% from 255) = 26.87%
BLUE value IS 204 (80.08% from 255) = 44.93%
R=28.19%
G=26.87%
B=44.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1281222040.370.4000.2244.3944.5763.92
Hex807ACC2528014f42d40
Octal200172314455002436455100
Binary10000000111101011001100100101101000010100111101001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807ACC; }

 p { color: rgb(128,122,204); }

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

<style>
 a { background-color: #807ACC; }

 a { background-color: rgb(128,122,204); }

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

<style>
 span { border-color: #807ACC; }

 span { border-color: rgb(128,122,204); }

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