#757BAF

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

Shades of Chetwode Blue #757BAF

Tints of Chetwode Blue #757BAF

Color information

#757BAF (or 0x757BAF) is unknown color: approx Chetwode Blue. HEX triplet: 75, 7B and AF. RGB value is (117,123,175). Sum of RGB (Red+Green+Blue) = 117+123+175=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #757BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757BAF is #8A8450. Grayscale: #7E7E7E. Windows color (decimal): -9077841 or 11500405. OLE color: 11500405.

HSL color Cylindrical-coordinate representation of color #757BAF: hue angle of 233.79º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #757BAF is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB117123175-
CMYK0.330.3000.31
HSL233.79º26.61%57.25%-
HSV(B)233.79º33.14%68.63%-
XYZ22.1621.0443.45-
YUV127.13155.01120.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.19%
GREEN value IS 123 (48.44% from 255) = 29.64%
BLUE value IS 175 (68.75% from 255) = 42.17%
R=28.19%
G=29.64%
B=42.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171231750.330.3000.31233.7926.6157.25
Hex757BAF211E01Fea1b39
Octal16517325741360373523371
Binary1110101111101110101111100001111100111111110101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,123,175); }

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

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

 a { background-color: rgb(117,123,175); }

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

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

 span { border-color: rgb(117,123,175); }

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