Html Css Color HEX #7379BA Chetwode Blue

📋 copy color: '#7379BA'

red 115 ◦ green 121 ◦ blue 186

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

Shades of Chetwode Blue #7379BA

Tints of Chetwode Blue #7379BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 27.25%
G = 28.67%
B = 44.08%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7379BA (or 0x7379BA) is known color: Chetwode Blue. HEX triplet: 73, 79 and BA. RGB value is (115,121,186). Sum of RGB (Red+Green+Blue) = 115+121+186=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #7379BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7379BA is #8C8645. Grayscale: #7E7E7E. Windows color (decimal): -9209414 or 12220787. OLE color: 12220787.

HSL color Cylindrical-coordinate representation of color #7379BA: hue angle of 234.93º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7379BA is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 121 186 -
CMYK 0.38 0.35 0 0.27
HSL 234.93º 0.34% 0.59% -
HSV(B) 234.93º 0.38% 0.73% -
XYZ 22.77 20.86 49.28 -
YUV 126.62 161.51 119.71 -
System Red Green Blue C M Y K H S L
Decimal 115 121 186 0.38 0.35 0 0.27 234.93 0.34 0.59
Hex 73 79 BA 26 23 0 1B EB 22 3B
Octal 163 171 272 46 43 0 33 353 42 73
Binary 1110011 1111001 10111010 100110 100011 0 11011 11101011 100010 111011

Color Harmonies of #7379BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7379BA

Black with #7379BA

Text Example


Text Example

White with #7379BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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