#7175BF

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

Shades of Chetwode Blue #7175BF

Tints of Chetwode Blue #7175BF

Color information

#7175BF (or 0x7175BF) is unknown color: approx Chetwode Blue. HEX triplet: 71, 75 and BF. RGB value is (113,117,191). Sum of RGB (Red+Green+Blue) = 113+117+191=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #7175BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7175BF is #8E8A40. Grayscale: #7B7B7B. Windows color (decimal): -9341505 or 12547441. OLE color: 12547441.

HSL color Cylindrical-coordinate representation of color #7175BF: hue angle of 236.92º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7175BF is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB113117191-
CMYK0.410.3900.25
HSL236.92º37.86%59.61%-
HSV(B)236.92º40.84%74.9%-
XYZ22.5819.9951.96-
YUV124.24165.67119.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.84%
GREEN value IS 117 (46.09% from 255) = 27.79%
BLUE value IS 191 (75% from 255) = 45.37%
R=26.84%
G=27.79%
B=45.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131171910.410.3900.25236.9237.8659.61
Hex7175BF2927019ed263c
Octal16116527751470313554674
Binary111000111101011011111110100110011101100111101101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7175BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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