Html Css Color HEX #7176BA Chetwode Blue

📋 copy color: '#7176BA'

red 113 ◦ green 118 ◦ blue 186

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

Shades of Chetwode Blue #7176BA

Tints of Chetwode Blue #7176BA

RGB

 RED value IS 113 (44.53% from 255) = 27.1%

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

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

R = 27.1%
G = 28.3%
B = 44.6%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7176BA (or 0x7176BA) is known color: Chetwode Blue. HEX triplet: 71, 76 and BA. RGB value is (113,118,186). Sum of RGB (Red+Green+Blue) = 113+118+186=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #7176BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7176BA is #8E8945. Grayscale: #7B7B7B. Windows color (decimal): -9341254 or 12220017. OLE color: 12220017.

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

Color convert

RGB 113 118 186 -
CMYK 0.39 0.37 0 0.27
HSL 235.89º 0.35% 0.59% -
HSV(B) 235.89º 0.39% 0.73% -
XYZ 22.15 20.01 49.15 -
YUV 124.26 162.84 119.97 -
System Red Green Blue C M Y K H S L
Decimal 113 118 186 0.39 0.37 0 0.27 235.89 0.35 0.59
Hex 71 76 BA 27 25 0 1B EC 23 3B
Octal 161 166 272 47 45 0 33 354 43 73
Binary 1110001 1110110 10111010 100111 100101 0 11011 11101100 100011 111011

Color Harmonies of #7176BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7176BA

Black with #7176BA

Text Example


Text Example

White with #7176BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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