#757AAA

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

Shades of Chetwode Blue #757AAA

Tints of Chetwode Blue #757AAA

Color information

#757AAA (or 0x757AAA) is unknown color: approx Chetwode Blue. HEX triplet: 75, 7A and AA. RGB value is (117,122,170). Sum of RGB (Red+Green+Blue) = 117+122+170=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #757AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757AAA is #8A8555. Grayscale: #7D7D7D. Windows color (decimal): -9078102 or 11172469. OLE color: 11172469.

HSL color Cylindrical-coordinate representation of color #757AAA: hue angle of 234.34º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #757AAA is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117122170-
CMYK0.310.2800.33
HSL234.34º23.77%56.27%-
HSV(B)234.34º31.18%66.67%-
XYZ21.5520.640.87-
YUV125.98152.84121.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.61%
GREEN value IS 122 (48.05% from 255) = 29.83%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=28.61%
G=29.83%
B=41.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171221700.310.2800.33234.3423.7756.27
Hex757AAA1F1C021ea1838
Octal16517225237340413523070
Binary1110101111101010101010111111110001000011110101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757AAA; }

 p { color: rgb(117,122,170); }

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

<style>
 a { background-color: #757AAA; }

 a { background-color: rgb(117,122,170); }

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

<style>
 span { border-color: #757AAA; }

 span { border-color: rgb(117,122,170); }

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