#756FBC

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

Shades of Moody Blue #756FBC

Tints of Moody Blue #756FBC

Color information

#756FBC (or 0x756FBC) is unknown color: approx Moody Blue. HEX triplet: 75, 6F and BC. RGB value is (117,111,188). Sum of RGB (Red+Green+Blue) = 117+111+188=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #756FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FBC is #8A9043. Grayscale: #797979. Windows color (decimal): -9080900 or 12349301. OLE color: 12349301.

HSL color Cylindrical-coordinate representation of color #756FBC: hue angle of 244.68º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #756FBC is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB117111188-
CMYK0.380.4100.26
HSL244.68º36.49%58.63%-
HSV(B)244.68º40.96%73.73%-
XYZ22.118.7850.04-
YUV121.57165.49124.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.12%
GREEN value IS 111 (43.75% from 255) = 26.68%
BLUE value IS 188 (73.83% from 255) = 45.19%
R=28.12%
G=26.68%
B=45.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171111880.380.4100.26244.6836.4958.63
Hex756FBC262901Af5243b
Octal16515727446510323654473
Binary111010111011111011110010011010100101101011110101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756FBC; }

 p { color: rgb(117,111,188); }

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

<style>
 a { background-color: #756FBC; }

 a { background-color: rgb(117,111,188); }

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

<style>
 span { border-color: #756FBC; }

 span { border-color: rgb(117,111,188); }

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