Html Css Color HEX #7176AB Chetwode Blue

📋 copy color: '#7176AB'

red 113 ◦ green 118 ◦ blue 171

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

Shades of Chetwode Blue #7176AB

Tints of Chetwode Blue #7176AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.54%

R = 28.11%
G = 29.35%
B = 42.54%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7176AB (or 0x7176AB) is known color: Chetwode Blue. HEX triplet: 71, 76 and AB. RGB value is (113,118,171). Sum of RGB (Red+Green+Blue) = 113+118+171=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #7176AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7176AB is #8E8954. Grayscale: #7A7A7A. Windows color (decimal): -9341269 or 11236977. OLE color: 11236977.

HSL color Cylindrical-coordinate representation of color #7176AB: hue angle of 234.83º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7176AB is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 118 171 -
CMYK 0.34 0.31 0 0.33
HSL 234.83º 0.26% 0.56% -
HSV(B) 234.83º 0.34% 0.67% -
XYZ 20.64 19.41 41.19 -
YUV 122.55 155.34 121.19 -
System Red Green Blue C M Y K H S L
Decimal 113 118 171 0.34 0.31 0 0.33 234.83 0.26 0.56
Hex 71 76 AB 22 1F 0 21 EB 1A 38
Octal 161 166 253 42 37 0 41 353 32 70
Binary 1110001 1110110 10101011 100010 11111 0 100001 11101011 11010 111000

Color Harmonies of #7176AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7176AB

Black with #7176AB

Text Example


Text Example

White with #7176AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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