#757AB1

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

Shades of Chetwode Blue #757AB1

Tints of Chetwode Blue #757AB1

Color information

#757AB1 (or 0x757AB1) is unknown color: approx Chetwode Blue. HEX triplet: 75, 7A and B1. RGB value is (117,122,177). Sum of RGB (Red+Green+Blue) = 117+122+177=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 177 (69.53% from 255 or 42.55% from 416); Max value from RGB is 177 - color contains mainly: blue. Hex color #757AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757AB1 is #8A854E. Grayscale: #7E7E7E. Windows color (decimal): -9078095 or 11631221. OLE color: 11631221.

HSL color Cylindrical-coordinate representation of color #757AB1: hue angle of 235º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #757AB1 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB117122177-
CMYK0.340.3100.31
HSL235º27.78%57.65%-
HSV(B)235º33.9%69.41%-
XYZ22.2320.8844.45-
YUV126.77156.34121.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.12%
GREEN value IS 122 (48.05% from 255) = 29.33%
BLUE value IS 177 (69.53% from 255) = 42.55%
R=28.12%
G=29.33%
B=42.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171221770.340.3100.3123527.7857.65
Hex757AB1221F01Feb1c3a
Octal16517226142370373533472
Binary1110101111101010110001100010111110111111110101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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