#7F70CD

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

Shades of Moody Blue #7F70CD

Tints of Moody Blue #7F70CD

Color information

#7F70CD (or 0x7F70CD) is unknown color: approx Moody Blue. HEX triplet: 7F, 70 and CD. RGB value is (127,112,205). Sum of RGB (Red+Green+Blue) = 127+112+205=444 (58% of max value = 765). Red value is 127 (50% from 255 or 28.60% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F70CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F70CD is #808F32. Grayscale: #7E7E7E. Windows color (decimal): -8425267 or 13463679. OLE color: 13463679.

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

Color convert

RGB127112205-
CMYK0.380.4500.20
HSL249.68º48.19%62.16%-
HSV(B)249.68º45.37%80.39%-
XYZ25.5720.5160.37-
YUV127.09171.97127.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.60%
GREEN value IS 112 (44.14% from 255) = 25.23%
BLUE value IS 205 (80.47% from 255) = 46.17%
R=28.60%
G=25.23%
B=46.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1271122050.380.4500.20249.6848.1962.16
Hex7F70CD262D014fa303e
Octal17716031546550243726076
Binary111111111100001100110110011010110101010011111010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F70CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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