#756BBE

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

Shades of Moody Blue #756BBE

Tints of Moody Blue #756BBE

Color information

#756BBE (or 0x756BBE) is unknown color: approx Moody Blue. HEX triplet: 75, 6B and BE. RGB value is (117,107,190). Sum of RGB (Red+Green+Blue) = 117+107+190=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #756BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756BBE is #8A9441. Grayscale: #777777. Windows color (decimal): -9081922 or 12479349. OLE color: 12479349.

HSL color Cylindrical-coordinate representation of color #756BBE: hue angle of 247.23º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #756BBE is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117107190-
CMYK0.380.4400.25
HSL247.23º38.97%58.24%-
HSV(B)247.23º43.68%74.51%-
XYZ21.8918.0251.04-
YUV119.45167.81126.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.26%
GREEN value IS 107 (42.19% from 255) = 25.85%
BLUE value IS 190 (74.61% from 255) = 45.89%
R=28.26%
G=25.85%
B=45.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171071900.380.4400.25247.2338.9758.24
Hex756BBE262C019f7273a
Octal16515327646540313674772
Binary111010111010111011111010011010110001100111110111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,107,190); }

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

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

 a { background-color: rgb(117,107,190); }

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

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

 span { border-color: rgb(117,107,190); }

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