#757ABF

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

Shades of Chetwode Blue #757ABF

Tints of Chetwode Blue #757ABF

Color information

#757ABF (or 0x757ABF) is unknown color: approx Chetwode Blue. HEX triplet: 75, 7A and BF. RGB value is (117,122,191). Sum of RGB (Red+Green+Blue) = 117+122+191=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #757ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757ABF is #8A8540. Grayscale: #808080. Windows color (decimal): -9078081 or 12548725. OLE color: 12548725.

HSL color Cylindrical-coordinate representation of color #757ABF: hue angle of 235.95º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #757ABF is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117122191-
CMYK0.390.3600.25
HSL235.95º36.63%60.39%-
HSV(B)235.95º38.74%74.9%-
XYZ23.721.4652.18-
YUV128.37163.34119.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.21%
GREEN value IS 122 (48.05% from 255) = 28.37%
BLUE value IS 191 (75% from 255) = 44.42%
R=27.21%
G=28.37%
B=44.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171221910.390.3600.25235.9536.6360.39
Hex757ABF2724019ec253c
Octal16517227747440313544574
Binary111010111110101011111110011110010001100111101100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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