#7B7AAE

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

Shades of Chetwode Blue #7B7AAE

Tints of Chetwode Blue #7B7AAE

Color information

#7B7AAE (or 0x7B7AAE) is unknown color: approx Chetwode Blue. HEX triplet: 7B, 7A and AE. RGB value is (123,122,174). Sum of RGB (Red+Green+Blue) = 123+122+174=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B7AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7AAE is #848551. Grayscale: #808080. Windows color (decimal): -8684882 or 11434619. OLE color: 11434619.

HSL color Cylindrical-coordinate representation of color #7B7AAE: hue angle of 241.15º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B7AAE is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB123122174-
CMYK0.290.3000.32
HSL241.15º24.3%58.04%-
HSV(B)241.15º29.89%68.24%-
XYZ22.7721.1942.93-
YUV128.23153.83124.27-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.36%
GREEN value IS 122 (48.05% from 255) = 29.12%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=29.36%
G=29.12%
B=41.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1231221740.290.3000.32241.1524.358.04
Hex7B7AAE1D1E020f1183a
Octal17317225635360403613072
Binary1111011111101010101110111011111001000001111000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B7AAE; }

 p { color: rgb(123,122,174); }

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

<style>
 a { background-color: #7B7AAE; }

 a { background-color: rgb(123,122,174); }

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

<style>
 span { border-color: #7B7AAE; }

 span { border-color: rgb(123,122,174); }

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