Html Css Color HEX #7376BD Chetwode Blue

📋 copy color: '#7376BD'

red 115 ◦ green 118 ◦ blue 189

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

Shades of Chetwode Blue #7376BD

Tints of Chetwode Blue #7376BD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.96%

 BLUE value IS 189 (74.22% from 255) = 44.79%

R = 27.25%
G = 27.96%
B = 44.79%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7376BD (or 0x7376BD) is known color: Chetwode Blue. HEX triplet: 73, 76 and BD. RGB value is (115,118,189). Sum of RGB (Red+Green+Blue) = 115+118+189=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #7376BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7376BD is #8C8942. Grayscale: #7C7C7C. Windows color (decimal): -9210179 or 12416627. OLE color: 12416627.

HSL color Cylindrical-coordinate representation of color #7376BD: hue angle of 237.57º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7376BD is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 118 189 -
CMYK 0.39 0.38 0 0.26
HSL 237.57º 0.36% 0.6% -
HSV(B) 237.57º 0.39% 0.74% -
XYZ 22.73 20.28 50.86 -
YUV 125.2 164.01 120.73 -
System Red Green Blue C M Y K H S L
Decimal 115 118 189 0.39 0.38 0 0.26 237.57 0.36 0.6
Hex 73 76 BD 27 26 0 1A EE 24 3C
Octal 163 166 275 47 46 0 32 356 44 74
Binary 1110011 1110110 10111101 100111 100110 0 11010 11101110 100100 111100

Color Harmonies of #7376BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7376BD

Black with #7376BD

Text Example


Text Example

White with #7376BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7376BD; }

 p { color: rgb(115,118,189); }

 H1.HeaderClassName
 {
   color: #7376BD;
 }
 .AnyTagClassName
 {
   color: #7376BD;
 }
</style>

background-color css

<style>
 a { background-color: #7376BD; }

 a { background-color: rgb(115,118,189); }

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

border-color css

<style>
 span { border-color: #7376BD; }

 span { border-color: rgb(115,118,189); }

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