#7379C5

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

Shades of Chetwode Blue #7379C5

Tints of Chetwode Blue #7379C5

Color information

#7379C5 (or 0x7379C5) is unknown color: approx Chetwode Blue. HEX triplet: 73, 79 and C5. RGB value is (115,121,197). Sum of RGB (Red+Green+Blue) = 115+121+197=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 197 - color contains mainly: blue. Hex color #7379C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7379C5 is #8C863A. Grayscale: #7F7F7F. Windows color (decimal): -9209403 or 12941683. OLE color: 12941683.

HSL color Cylindrical-coordinate representation of color #7379C5: hue angle of 235.61º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7379C5 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB115121197-
CMYK0.420.3900.23
HSL235.61º41.41%61.18%-
HSV(B)235.61º41.62%77.25%-
XYZ23.9921.3555.68-
YUV127.87167.01118.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.56%
GREEN value IS 121 (47.66% from 255) = 27.94%
BLUE value IS 197 (77.34% from 255) = 45.50%
R=26.56%
G=27.94%
B=45.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1151211970.420.3900.23235.6141.4161.18
Hex7379C52A27017ec293d
Octal16317130552470273545175
Binary111001111110011100010110101010011101011111101100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7379C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7379C5; }

 p { color: rgb(115,121,197); }

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

<style>
 a { background-color: #7379C5; }

 a { background-color: rgb(115,121,197); }

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

<style>
 span { border-color: #7379C5; }

 span { border-color: rgb(115,121,197); }

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