#907FD0

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

Shades of Moody Blue #907FD0

Tints of Moody Blue #907FD0

Color information

#907FD0 (or 0x907FD0) is unknown color: approx Moody Blue. HEX triplet: 90, 7F and D0. RGB value is (144,127,208). Sum of RGB (Red+Green+Blue) = 144+127+208=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #907FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907FD0 is #6F802F. Grayscale: #8D8D8D. Windows color (decimal): -7307312 or 13664144. OLE color: 13664144.

HSL color Cylindrical-coordinate representation of color #907FD0: hue angle of 252.59º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #907FD0 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB144127208-
CMYK0.310.3900.18
HSL252.59º46.29%65.69%-
HSV(B)252.59º38.94%81.57%-
XYZ30.4825.6663.02-
YUV141.32165.63129.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.06%
GREEN value IS 127 (50% from 255) = 26.51%
BLUE value IS 208 (81.64% from 255) = 43.42%
R=30.06%
G=26.51%
B=43.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1441272080.310.3900.18252.5946.2965.69
Hex907FD01F27012fd2e42
Octal220177320374702237556102
Binary1001000011111111101000011111100111010010111111011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907FD0; }

 p { color: rgb(144,127,208); }

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

<style>
 a { background-color: #907FD0; }

 a { background-color: rgb(144,127,208); }

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

<style>
 span { border-color: #907FD0; }

 span { border-color: rgb(144,127,208); }

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