#7174BC

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

Shades of Chetwode Blue #7174BC

Tints of Chetwode Blue #7174BC

Color information

#7174BC (or 0x7174BC) is unknown color: approx Chetwode Blue. HEX triplet: 71, 74 and BC. RGB value is (113,116,188). Sum of RGB (Red+Green+Blue) = 113+116+188=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 116 (45.70% from 255 or 27.82% 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 #7174BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7174BC is #8E8B43. Grayscale: #7B7B7B. Windows color (decimal): -9341764 or 12350577. OLE color: 12350577.

HSL color Cylindrical-coordinate representation of color #7174BC: hue angle of 237.6º 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 #7174BC is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB113116188-
CMYK0.400.3800.26
HSL237.6º35.89%59.02%-
HSV(B)237.6º39.89%73.73%-
XYZ22.1319.6350.2-
YUV123.31164.51120.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.10%
GREEN value IS 116 (45.70% from 255) = 27.82%
BLUE value IS 188 (73.83% from 255) = 45.08%
R=27.10%
G=27.82%
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
Decimal1131161880.400.3800.26237.635.8959.02
Hex7174BC282601Aee243b
Octal16116427450460323564473
Binary111000111101001011110010100010011001101011101110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7174BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,116,188); }

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

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

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

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

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

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

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