#756FB4

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

Shades of Chetwode Blue #756FB4

Tints of Chetwode Blue #756FB4

Color information

#756FB4 (or 0x756FB4) is unknown color: approx Chetwode Blue. HEX triplet: 75, 6F and B4. RGB value is (117,111,180). Sum of RGB (Red+Green+Blue) = 117+111+180=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 180 - color contains mainly: blue. Hex color #756FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FB4 is #8A904B. Grayscale: #787878. Windows color (decimal): -9080908 or 11825013. OLE color: 11825013.

HSL color Cylindrical-coordinate representation of color #756FB4: hue angle of 245.22º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #756FB4 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB117111180-
CMYK0.350.3800.29
HSL245.22º31.51%57.06%-
HSV(B)245.22º38.33%70.59%-
XYZ21.2618.4545.62-
YUV120.66161.49125.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.68%
GREEN value IS 111 (43.75% from 255) = 27.21%
BLUE value IS 180 (70.70% from 255) = 44.12%
R=28.68%
G=27.21%
B=44.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171111800.350.3800.29245.2231.5157.06
Hex756FB4232601Df52039
Octal16515726443460353654071
Binary111010111011111011010010001110011001110111110101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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