#756CBE

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

Shades of Moody Blue #756CBE

Tints of Moody Blue #756CBE

Color information

#756CBE (or 0x756CBE) is unknown color: approx Moody Blue. HEX triplet: 75, 6C and BE. RGB value is (117,108,190). Sum of RGB (Red+Green+Blue) = 117+108+190=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #756CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CBE is #8A9341. Grayscale: #777777. Windows color (decimal): -9081666 or 12479605. OLE color: 12479605.

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

Color convert

RGB117108190-
CMYK0.380.4300.25
HSL246.59º38.68%58.43%-
HSV(B)246.59º43.16%74.51%-
XYZ21.9918.2251.07-
YUV120.04167.48125.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.19%
GREEN value IS 108 (42.58% from 255) = 26.02%
BLUE value IS 190 (74.61% from 255) = 45.78%
R=28.19%
G=26.02%
B=45.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171081900.380.4300.25246.5938.6858.43
Hex756CBE262B019f7273a
Octal16515427646530313674772
Binary111010111011001011111010011010101101100111110111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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