#7A7BAC

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

Shades of Chetwode Blue #7A7BAC

Tints of Chetwode Blue #7A7BAC

Color information

#7A7BAC (or 0x7A7BAC) is unknown color: approx Chetwode Blue. HEX triplet: 7A, 7B and AC. RGB value is (122,123,172). Sum of RGB (Red+Green+Blue) = 122+123+172=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 123 (48.44% from 255 or 29.50% 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 #7A7BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7BAC is #858453. Grayscale: #808080. Windows color (decimal): -8750164 or 11303802. OLE color: 11303802.

HSL color Cylindrical-coordinate representation of color #7A7BAC: hue angle of 238.8º 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 #7A7BAC is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB122123172-
CMYK0.290.2800.33
HSL238.8º23.15%57.65%-
HSV(B)238.8º29.07%67.45%-
XYZ22.5621.2841.95-
YUV128.29152.67123.52-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221231720.290.2800.33238.823.1557.65
Hex7A7BAC1D1C021ef173a
Octal17217325435340413572772
Binary1111010111101110101100111011110001000011110111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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