#807ACD

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

Shades of Moody Blue #807ACD

Tints of Moody Blue #807ACD

Color information

#807ACD (or 0x807ACD) is unknown color: approx Moody Blue. HEX triplet: 80, 7A and CD. RGB value is (128,122,205). Sum of RGB (Red+Green+Blue) = 128+122+205=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #807ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807ACD is #7F8532. Grayscale: #848484. Windows color (decimal): -8357171 or 13466240. OLE color: 13466240.

HSL color Cylindrical-coordinate representation of color #807ACD: hue angle of 244.34º 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 #807ACD is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128122205-
CMYK0.380.4000.20
HSL244.34º45.36%64.12%-
HSV(B)244.34º40.49%80.39%-
XYZ26.8822.9260.76-
YUV133.26168.49124.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.13%
GREEN value IS 122 (48.05% from 255) = 26.81%
BLUE value IS 205 (80.47% from 255) = 45.05%
R=28.13%
G=26.81%
B=45.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281222050.380.4000.20244.3445.3664.12
Hex807ACD2628014f42d40
Octal200172315465002436455100
Binary10000000111101011001101100110101000010100111101001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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