#757AB5

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

Shades of Chetwode Blue #757AB5

Tints of Chetwode Blue #757AB5

Color information

#757AB5 (or 0x757AB5) is unknown color: approx Chetwode Blue. HEX triplet: 75, 7A and B5. RGB value is (117,122,181). Sum of RGB (Red+Green+Blue) = 117+122+181=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 181 - color contains mainly: blue. Hex color #757AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757AB5 is #8A854A. Grayscale: #7E7E7E. Windows color (decimal): -9078091 or 11893365. OLE color: 11893365.

HSL color Cylindrical-coordinate representation of color #757AB5: hue angle of 235.31º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #757AB5 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB117122181-
CMYK0.350.3300.29
HSL235.31º30.19%58.43%-
HSV(B)235.31º35.36%70.98%-
XYZ22.6421.0446.58-
YUV127.23158.34120.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.86%
GREEN value IS 122 (48.05% from 255) = 29.05%
BLUE value IS 181 (71.09% from 255) = 43.10%
R=27.86%
G=29.05%
B=43.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171221810.350.3300.29235.3130.1958.43
Hex757AB5232101Deb1e3a
Octal16517226543410353533672
Binary11101011111010101101011000111000010111011110101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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