#7F7BB0

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

Shades of Moody Blue #7F7BB0

Tints of Moody Blue #7F7BB0

Color information

#7F7BB0 (or 0x7F7BB0) is unknown color: approx Moody Blue. HEX triplet: 7F, 7B and B0. RGB value is (127,123,176). Sum of RGB (Red+Green+Blue) = 127+123+176=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 176 - color contains mainly: blue. Hex color #7F7BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7BB0 is #80844F. Grayscale: #828282. Windows color (decimal): -8422480 or 11565951. OLE color: 11565951.

HSL color Cylindrical-coordinate representation of color #7F7BB0: hue angle of 244.53º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F7BB0 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB127123176-
CMYK0.280.3000.31
HSL244.53º25.12%58.63%-
HSV(B)244.53º30.11%69.02%-
XYZ23.6721.8144.04-
YUV130.24153.83125.69-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.81%
GREEN value IS 123 (48.44% from 255) = 28.87%
BLUE value IS 176 (69.14% from 255) = 41.31%
R=29.81%
G=28.87%
B=41.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271231760.280.3000.31244.5325.1258.63
Hex7F7BB01C1E01Ff5193b
Octal17717326034360373653173
Binary111111111110111011000011100111100111111111010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,123,176); }

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

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

 a { background-color: rgb(127,123,176); }

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

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

 span { border-color: rgb(127,123,176); }

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