#7F72CF

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

Shades of Moody Blue #7F72CF

Tints of Moody Blue #7F72CF

Color information

#7F72CF (or 0x7F72CF) is unknown color: approx Moody Blue. HEX triplet: 7F, 72 and CF. RGB value is (127,114,207). Sum of RGB (Red+Green+Blue) = 127+114+207=448 (59% of max value = 765). Red value is 127 (50% from 255 or 28.35% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F72CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F72CF is #808D30. Grayscale: #808080. Windows color (decimal): -8424753 or 13595263. OLE color: 13595263.

HSL color Cylindrical-coordinate representation of color #7F72CF: hue angle of 248.39º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F72CF is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB127114207-
CMYK0.390.4500.19
HSL248.39º49.21%62.94%-
HSV(B)248.39º44.93%81.18%-
XYZ26.0321.0561.72-
YUV128.49172.31126.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.35%
GREEN value IS 114 (44.92% from 255) = 25.45%
BLUE value IS 207 (81.25% from 255) = 46.21%
R=28.35%
G=25.45%
B=46.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1271142070.390.4500.19248.3949.2162.94
Hex7F72CF272D013f8313f
Octal17716231747550233706177
Binary111111111100101100111110011110110101001111111000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F72CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,114,207); }

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

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

 a { background-color: rgb(127,114,207); }

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

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

 span { border-color: rgb(127,114,207); }

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