Html Css Color HEX #7379B5 Chetwode Blue

📋 copy color: '#7379B5'

red 115 ◦ green 121 ◦ blue 181

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

Shades of Chetwode Blue #7379B5

Tints of Chetwode Blue #7379B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.41%

R = 27.58%
G = 29.02%
B = 43.41%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7379B5 (or 0x7379B5) is known color: Chetwode Blue. HEX triplet: 73, 79 and B5. RGB value is (115,121,181). Sum of RGB (Red+Green+Blue) = 115+121+181=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 181 - color contains mainly: blue. Hex color #7379B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7379B5 is #8C864A. Grayscale: #7D7D7D. Windows color (decimal): -9209419 or 11893107. OLE color: 11893107.

HSL color Cylindrical-coordinate representation of color #7379B5: hue angle of 234.55º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7379B5 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 115 121 181 -
CMYK 0.36 0.33 0 0.29
HSL 234.55º 0.31% 0.58% -
HSV(B) 234.55º 0.36% 0.71% -
XYZ 22.25 20.66 46.53 -
YUV 126.05 159.01 120.12 -
System Red Green Blue C M Y K H S L
Decimal 115 121 181 0.36 0.33 0 0.29 234.55 0.31 0.58
Hex 73 79 B5 24 21 0 1D EB 1F 3A
Octal 163 171 265 44 41 0 35 353 37 72
Binary 1110011 1111001 10110101 100100 100001 0 11101 11101011 11111 111010

Color Harmonies of #7379B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7379B5

Black with #7379B5

Text Example


Text Example

White with #7379B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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