#7075BC

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

Shades of Chetwode Blue #7075BC

Tints of Chetwode Blue #7075BC

Color information

#7075BC (or 0x7075BC) is unknown color: approx Chetwode Blue. HEX triplet: 70, 75 and BC. RGB value is (112,117,188). Sum of RGB (Red+Green+Blue) = 112+117+188=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #7075BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7075BC is #8F8A43. Grayscale: #7B7B7B. Windows color (decimal): -9407044 or 12350832. OLE color: 12350832.

HSL color Cylindrical-coordinate representation of color #7075BC: hue angle of 236.05º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7075BC is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB112117188-
CMYK0.400.3800.26
HSL236.05º36.19%58.82%-
HSV(B)236.05º40.43%73.73%-
XYZ22.1219.850.23-
YUV123.6164.34119.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.86%
GREEN value IS 117 (46.09% from 255) = 28.06%
BLUE value IS 188 (73.83% from 255) = 45.08%
R=26.86%
G=28.06%
B=45.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121171880.400.3800.26236.0536.1958.82
Hex7075BC282601Aec243b
Octal16016527450460323544473
Binary111000011101011011110010100010011001101011101100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7075BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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