Html Css Color HEX #7379A7 Chetwode Blue

📋 copy color: '#7379A7'

red 115 ◦ green 121 ◦ blue 167

#7379A7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #7379A7

Tints of Chetwode Blue #7379A7

RGB

 RED value IS 115 (45.31% from 255) = 28.54%

 GREEN value IS 121 (47.66% from 255) = 30.02%

 BLUE value IS 167 (65.63% from 255) = 41.44%

R = 28.54%
G = 30.02%
B = 41.44%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7379A7 (or 0x7379A7) is known color: Chetwode Blue. HEX triplet: 73, 79 and A7. RGB value is (115,121,167). Sum of RGB (Red+Green+Blue) = 115+121+167=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 167 (65.62% from 255 or 41.44% from 403); Max value from RGB is 167 - color contains mainly: blue. Hex color #7379A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7379A7 is #8C8658. Grayscale: #7C7C7C. Windows color (decimal): -9209433 or 10975603. OLE color: 10975603.

HSL color Cylindrical-coordinate representation of color #7379A7: hue angle of 233.08º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7379A7 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 115 121 167 -
CMYK 0.31 0.28 0 0.35
HSL 233.08º 0.23% 0.55% -
HSV(B) 233.08º 0.31% 0.65% -
XYZ 20.88 20.11 39.34 -
YUV 124.45 152.01 121.26 -
System Red Green Blue C M Y K H S L
Decimal 115 121 167 0.31 0.28 0 0.35 233.08 0.23 0.55
Hex 73 79 A7 1F 1C 0 23 E9 17 37
Octal 163 171 247 37 34 0 43 351 27 67
Binary 1110011 1111001 10100111 11111 11100 0 100011 11101001 10111 110111

Color Harmonies of #7379A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7379A7

Black with #7379A7

Text Example


Text Example

White with #7379A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7379A7;
 }
 .AnyTagClassName
 {
   color: #7379A7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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