#7B7AAC

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

Shades of Chetwode Blue #7B7AAC

Tints of Chetwode Blue #7B7AAC

Color information

#7B7AAC (or 0x7B7AAC) is unknown color: approx Chetwode Blue. HEX triplet: 7B, 7A and AC. RGB value is (123,122,172). Sum of RGB (Red+Green+Blue) = 123+122+172=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B7AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7AAC is #848553. Grayscale: #7F7F7F. Windows color (decimal): -8684884 or 11303547. OLE color: 11303547.

HSL color Cylindrical-coordinate representation of color #7B7AAC: hue angle of 241.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7B7AAC is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB123122172-
CMYK0.280.2900.33
HSL241.2º23.15%57.65%-
HSV(B)241.2º29.07%67.45%-
XYZ22.5721.1141.91-
YUV128152.83124.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.50%
GREEN value IS 122 (48.05% from 255) = 29.26%
BLUE value IS 172 (67.58% from 255) = 41.25%
R=29.50%
G=29.26%
B=41.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231221720.280.2900.33241.223.1557.65
Hex7B7AAC1C1D021f1173a
Octal17317225434350413612772
Binary1111011111101010101100111001110101000011111000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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