#9084CF

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

Shades of Moody Blue #9084CF

Tints of Moody Blue #9084CF

Color information

#9084CF (or 0x9084CF) is unknown color: approx Moody Blue. HEX triplet: 90, 84 and CF. RGB value is (144,132,207). Sum of RGB (Red+Green+Blue) = 144+132+207=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #9084CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9084CF is #6F7B30. Grayscale: #8F8F8F. Windows color (decimal): -7306033 or 13599888. OLE color: 13599888.

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

Color convert

RGB144132207-
CMYK0.300.3600.19
HSL249.6º43.86%66.47%-
HSV(B)249.6º36.23%81.18%-
XYZ31.0226.9462.6-
YUV144.14163.48127.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.81%
GREEN value IS 132 (51.95% from 255) = 27.33%
BLUE value IS 207 (81.25% from 255) = 42.86%
R=29.81%
G=27.33%
B=42.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1441322070.300.3600.19249.643.8666.47
Hex9084CF1E24013fa2c42
Octal220204317364402337254102
Binary10010000100001001100111111110100100010011111110101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9084CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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