#7F85CD

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

Shades of Moody Blue #7F85CD

Tints of Moody Blue #7F85CD

Color information

#7F85CD (or 0x7F85CD) is unknown color: approx Moody Blue. HEX triplet: 7F, 85 and CD. RGB value is (127,133,205). Sum of RGB (Red+Green+Blue) = 127+133+205=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F85CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F85CD is #807A32. Grayscale: #8B8B8B. Windows color (decimal): -8419891 or 13469055. OLE color: 13469055.

HSL color Cylindrical-coordinate representation of color #7F85CD: hue angle of 235.38º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F85CD is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB127133205-
CMYK0.380.3500.20
HSL235.38º43.82%65.1%-
HSV(B)235.38º38.05%80.39%-
XYZ28.1625.6961.23-
YUV139.41165.01119.15-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.31%
GREEN value IS 133 (52.34% from 255) = 28.60%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=27.31%
G=28.60%
B=44.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1271332050.380.3500.20235.3843.8265.1
Hex7F85CD2623014eb2c41
Octal177205315464302435354101
Binary11111111000010111001101100110100011010100111010111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F85CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F85CD; }

 p { color: rgb(127,133,205); }

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

<style>
 a { background-color: #7F85CD; }

 a { background-color: rgb(127,133,205); }

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

<style>
 span { border-color: #7F85CD; }

 span { border-color: rgb(127,133,205); }

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