#8084CF

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

Shades of Moody Blue #8084CF

Tints of Moody Blue #8084CF

Color information

#8084CF (or 0x8084CF) is unknown color: approx Moody Blue. HEX triplet: 80, 84 and CF. RGB value is (128,132,207). Sum of RGB (Red+Green+Blue) = 128+132+207=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #8084CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8084CF is #7F7B30. Grayscale: #8B8B8B. Windows color (decimal): -8354609 or 13599872. OLE color: 13599872.

HSL color Cylindrical-coordinate representation of color #8084CF: hue angle of 236.96º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8084CF is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB128132207-
CMYK0.380.3600.19
HSL236.96º45.14%65.69%-
HSV(B)236.96º38.16%81.18%-
XYZ28.4225.662.47-
YUV139.35166.17119.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.41%
GREEN value IS 132 (51.95% from 255) = 28.27%
BLUE value IS 207 (81.25% from 255) = 44.33%
R=27.41%
G=28.27%
B=44.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1281322070.380.3600.19236.9645.1465.69
Hex8084CF2624013ed2d42
Octal200204317464402335555102
Binary100000001000010011001111100110100100010011111011011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8084CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8084CF; }

 p { color: rgb(128,132,207); }

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

<style>
 a { background-color: #8084CF; }

 a { background-color: rgb(128,132,207); }

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

<style>
 span { border-color: #8084CF; }

 span { border-color: rgb(128,132,207); }

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