Html Css Color HEX #7371BA Chetwode Blue

📋 copy color: '#7371BA'

red 115 ◦ green 113 ◦ blue 186

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

Shades of Chetwode Blue #7371BA

Tints of Chetwode Blue #7371BA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.29%

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

R = 27.78%
G = 27.29%
B = 44.93%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7371BA (or 0x7371BA) is known color: Chetwode Blue. HEX triplet: 73, 71 and BA. RGB value is (115,113,186). Sum of RGB (Red+Green+Blue) = 115+113+186=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #7371BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7371BA is #8C8E45. Grayscale: #797979. Windows color (decimal): -9211462 or 12218739. OLE color: 12218739.

HSL color Cylindrical-coordinate representation of color #7371BA: hue angle of 241.64º 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 #7371BA is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 113 186 -
CMYK 0.38 0.39 0 0.27
HSL 241.64º 0.35% 0.59% -
HSV(B) 241.64º 0.39% 0.73% -
XYZ 21.84 19 48.97 -
YUV 121.92 164.16 123.06 -
System Red Green Blue C M Y K H S L
Decimal 115 113 186 0.38 0.39 0 0.27 241.64 0.35 0.59
Hex 73 71 BA 26 27 0 1B F2 23 3B
Octal 163 161 272 46 47 0 33 362 43 73
Binary 1110011 1110001 10111010 100110 100111 0 11011 11110010 100011 111011

Color Harmonies of #7371BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7371BA

Black with #7371BA

Text Example


Text Example

White with #7371BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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