#7175BA

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

Shades of Chetwode Blue #7175BA

Tints of Chetwode Blue #7175BA

Color information

#7175BA (or 0x7175BA) is unknown color: approx Chetwode Blue. HEX triplet: 71, 75 and BA. RGB value is (113,117,186). Sum of RGB (Red+Green+Blue) = 113+117+186=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #7175BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7175BA is #8E8A45. Grayscale: #7B7B7B. Windows color (decimal): -9341510 or 12219761. OLE color: 12219761.

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

Color convert

RGB113117186-
CMYK0.390.3700.27
HSL236.71º34.6%58.63%-
HSV(B)236.71º39.25%72.94%-
XYZ22.0319.7849.11-
YUV123.67163.17120.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.16%
GREEN value IS 117 (46.09% from 255) = 28.12%
BLUE value IS 186 (73.05% from 255) = 44.71%
R=27.16%
G=28.12%
B=44.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131171860.390.3700.27236.7134.658.63
Hex7175BA272501Bed233b
Octal16116527247450333554373
Binary111000111101011011101010011110010101101111101101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7175BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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