#7075BA

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

Shades of Chetwode Blue #7075BA

Tints of Chetwode Blue #7075BA

Color information

#7075BA (or 0x7075BA) is unknown color: approx Chetwode Blue. HEX triplet: 70, 75 and BA. RGB value is (112,117,186). Sum of RGB (Red+Green+Blue) = 112+117+186=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #7075BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7075BA is #8F8A45. Grayscale: #7B7B7B. Windows color (decimal): -9407046 or 12219760. OLE color: 12219760.

HSL color Cylindrical-coordinate representation of color #7075BA: hue angle of 235.95º 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 #7075BA is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB112117186-
CMYK0.400.3700.27
HSL235.95º34.91%58.43%-
HSV(B)235.95º39.78%72.94%-
XYZ21.9119.7149.1-
YUV123.37163.34119.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.99%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 186 (73.05% from 255) = 44.82%
R=26.99%
G=28.19%
B=44.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121171860.400.3700.27235.9534.9158.43
Hex7075BA282501Bec233a
Octal16016527250450333544372
Binary111000011101011011101010100010010101101111101100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7075BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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