#7F7CBA

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

Shades of Moody Blue #7F7CBA

Tints of Moody Blue #7F7CBA

Color information

#7F7CBA (or 0x7F7CBA) is unknown color: approx Moody Blue. HEX triplet: 7F, 7C and BA. RGB value is (127,124,186). Sum of RGB (Red+Green+Blue) = 127+124+186=437 (57% of max value = 765). Red value is 127 (50% from 255 or 29.06% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F7CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7CBA is #808345. Grayscale: #838383. Windows color (decimal): -8422214 or 12221567. OLE color: 12221567.

HSL color Cylindrical-coordinate representation of color #7F7CBA: hue angle of 242.9º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F7CBA is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB127124186-
CMYK0.320.3300.27
HSL242.9º31%60.78%-
HSV(B)242.9º33.33%72.94%-
XYZ24.8222.4749.48-
YUV131.96158.49124.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.06%
GREEN value IS 124 (48.83% from 255) = 28.38%
BLUE value IS 186 (73.05% from 255) = 42.56%
R=29.06%
G=28.38%
B=42.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271241860.320.3300.27242.93160.78
Hex7F7CBA202101Bf31f3d
Octal17717427240410333633775
Binary11111111111100101110101000001000010110111111001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,124,186); }

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

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

 a { background-color: rgb(127,124,186); }

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

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

 span { border-color: rgb(127,124,186); }

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