#7077BA

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

Shades of Chetwode Blue #7077BA

Tints of Chetwode Blue #7077BA

Color information

#7077BA (or 0x7077BA) is unknown color: approx Chetwode Blue. HEX triplet: 70, 77 and BA. RGB value is (112,119,186). Sum of RGB (Red+Green+Blue) = 112+119+186=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #7077BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7077BA is #8F8845. Grayscale: #7C7C7C. Windows color (decimal): -9406534 or 12220272. OLE color: 12220272.

HSL color Cylindrical-coordinate representation of color #7077BA: hue angle of 234.32º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7077BA is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB112119186-
CMYK0.400.3600.27
HSL234.32º34.91%58.43%-
HSV(B)234.32º39.78%72.94%-
XYZ22.1420.1849.18-
YUV124.54162.68119.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.86%
GREEN value IS 119 (46.88% from 255) = 28.54%
BLUE value IS 186 (73.05% from 255) = 44.60%
R=26.86%
G=28.54%
B=44.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121191860.400.3600.27234.3234.9158.43
Hex7077BA282401Bea233a
Octal16016727250440333524372
Binary111000011101111011101010100010010001101111101010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7077BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7077BA; }

 p { color: rgb(112,119,186); }

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

<style>
 a { background-color: #7077BA; }

 a { background-color: rgb(112,119,186); }

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

<style>
 span { border-color: #7077BA; }

 span { border-color: rgb(112,119,186); }

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