#7279BB

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

Shades of Chetwode Blue #7279BB

Tints of Chetwode Blue #7279BB

Color information

#7279BB (or 0x7279BB) is unknown color: approx Chetwode Blue. HEX triplet: 72, 79 and BB. RGB value is (114,121,187). Sum of RGB (Red+Green+Blue) = 114+121+187=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #7279BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7279BB is #8D8644. Grayscale: #7E7E7E. Windows color (decimal): -9274949 or 12286322. OLE color: 12286322.

HSL color Cylindrical-coordinate representation of color #7279BB: hue angle of 234.25º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7279BB is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB114121187-
CMYK0.390.3500.27
HSL234.25º34.93%59.02%-
HSV(B)234.25º39.04%73.33%-
XYZ22.7520.8449.84-
YUV126.43162.18119.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.01%
GREEN value IS 121 (47.66% from 255) = 28.67%
BLUE value IS 187 (73.44% from 255) = 44.31%
R=27.01%
G=28.67%
B=44.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141211870.390.3500.27234.2534.9359.02
Hex7279BB272301Bea233b
Octal16217127347430333524373
Binary111001011110011011101110011110001101101111101010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7279BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7279BB; }

 p { color: rgb(114,121,187); }

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

<style>
 a { background-color: #7279BB; }

 a { background-color: rgb(114,121,187); }

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

<style>
 span { border-color: #7279BB; }

 span { border-color: rgb(114,121,187); }

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