#7170BE

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

Shades of Chetwode Blue #7170BE

Tints of Chetwode Blue #7170BE

Color information

#7170BE (or 0x7170BE) is unknown color: approx Chetwode Blue. HEX triplet: 71, 70 and BE. RGB value is (113,112,190). Sum of RGB (Red+Green+Blue) = 113+112+190=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #7170BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7170BE is #8E8F41. Grayscale: #787878. Windows color (decimal): -9342786 or 12480625. OLE color: 12480625.

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

Color convert

RGB113112190-
CMYK0.410.4100.25
HSL240.77º37.5%59.22%-
HSV(B)240.77º41.05%74.51%-
XYZ21.918.8251.19-
YUV121.19166.83122.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.23%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 190 (74.61% from 255) = 45.78%
R=27.23%
G=26.99%
B=45.78%

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
Decimal1131121900.410.4100.25240.7737.559.22
Hex7170BE2929019f1263b
Octal16116027651510313614673
Binary111000111100001011111010100110100101100111110001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7170BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7170BE; }

 p { color: rgb(113,112,190); }

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

<style>
 a { background-color: #7170BE; }

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

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

<style>
 span { border-color: #7170BE; }

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

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