Html Css Color HEX #7379AB Chetwode Blue

📋 copy color: '#7379AB'

red 115 ◦ green 121 ◦ blue 171

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

Shades of Chetwode Blue #7379AB

Tints of Chetwode Blue #7379AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.01%

R = 28.26%
G = 29.73%
B = 42.01%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7379AB (or 0x7379AB) is known color: Chetwode Blue. HEX triplet: 73, 79 and AB. RGB value is (115,121,171). Sum of RGB (Red+Green+Blue) = 115+121+171=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #7379AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7379AB is #8C8654. Grayscale: #7C7C7C. Windows color (decimal): -9209429 or 11237747. OLE color: 11237747.

HSL color Cylindrical-coordinate representation of color #7379AB: hue angle of 233.57º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7379AB is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 121 171 -
CMYK 0.33 0.29 0 0.33
HSL 233.57º 0.25% 0.56% -
HSV(B) 233.57º 0.33% 0.67% -
XYZ 21.26 20.26 41.32 -
YUV 124.91 154.01 120.93 -
System Red Green Blue C M Y K H S L
Decimal 115 121 171 0.33 0.29 0 0.33 233.57 0.25 0.56
Hex 73 79 AB 21 1D 0 21 EA 19 38
Octal 163 171 253 41 35 0 41 352 31 70
Binary 1110011 1111001 10101011 100001 11101 0 100001 11101010 11001 111000

Color Harmonies of #7379AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7379AB

Black with #7379AB

Text Example


Text Example

White with #7379AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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