Html Css Color HEX #7379BB Chetwode Blue

📋 copy color: '#7379BB'

red 115 ◦ green 121 ◦ blue 187

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

Shades of Chetwode Blue #7379BB

Tints of Chetwode Blue #7379BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.21%

R = 27.19%
G = 28.61%
B = 44.21%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7379BB (or 0x7379BB) is known color: Chetwode Blue. HEX triplet: 73, 79 and BB. RGB value is (115,121,187). Sum of RGB (Red+Green+Blue) = 115+121+187=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #7379BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7379BB is #8C8644. Grayscale: #7E7E7E. Windows color (decimal): -9209413 or 12286323. OLE color: 12286323.

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

Color convert

RGB 115 121 187 -
CMYK 0.39 0.35 0 0.27
HSL 235º 0.35% 0.59% -
HSV(B) 235º 0.39% 0.73% -
XYZ 22.88 20.91 49.84 -
YUV 126.73 162.01 119.63 -
System Red Green Blue C M Y K H S L
Decimal 115 121 187 0.39 0.35 0 0.27 235 0.35 0.59
Hex 73 79 BB 27 23 0 1B EB 23 3B
Octal 163 171 273 47 43 0 33 353 43 73
Binary 1110011 1111001 10111011 100111 100011 0 11011 11101011 100011 111011

Color Harmonies of #7379BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7379BB

Black with #7379BB

Text Example


Text Example

White with #7379BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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