#7171BF

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

Shades of Chetwode Blue #7171BF

Tints of Chetwode Blue #7171BF

Color information

#7171BF (or 0x7171BF) is unknown color: approx Chetwode Blue. HEX triplet: 71, 71 and BF. RGB value is (113,113,191). Sum of RGB (Red+Green+Blue) = 113+113+191=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #7171BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7171BF is #8E8E40. Grayscale: #797979. Windows color (decimal): -9342529 or 12546417. OLE color: 12546417.

HSL color Cylindrical-coordinate representation of color #7171BF: hue angle of 240º 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 #7171BF is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB113113191-
CMYK0.410.4100.25
HSL240º37.86%59.61%-
HSV(B)240º40.84%74.9%-
XYZ22.1219.0851.81-
YUV121.89167121.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.10%
GREEN value IS 113 (44.53% from 255) = 27.10%
BLUE value IS 191 (75% from 255) = 45.80%
R=27.10%
G=27.10%
B=45.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131131910.410.4100.2524037.8659.61
Hex7171BF2929019f0263c
Octal16116127751510313604674
Binary111000111100011011111110100110100101100111110000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7171BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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