Html Css Color HEX #716EAC Chetwode Blue

📋 copy color: '#716EAC'

red 113 ◦ green 110 ◦ blue 172

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

Shades of Chetwode Blue #716EAC

Tints of Chetwode Blue #716EAC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.85%

 BLUE value IS 172 (67.58% from 255) = 43.54%

R = 28.61%
G = 27.85%
B = 43.54%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#716EAC (or 0x716EAC) is known color: Chetwode Blue. HEX triplet: 71, 6E and AC. RGB value is (113,110,172). Sum of RGB (Red+Green+Blue) = 113+110+172=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #716EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716EAC is #8E9153. Grayscale: #757575. Windows color (decimal): -9343316 or 11300465. OLE color: 11300465.

HSL color Cylindrical-coordinate representation of color #716EAC: hue angle of 242.9º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #716EAC is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 110 172 -
CMYK 0.34 0.36 0 0.33
HSL 242.9º 0.27% 0.55% -
HSV(B) 242.9º 0.36% 0.67% -
XYZ 19.83 17.64 41.39 -
YUV 117.97 158.49 124.46 -
System Red Green Blue C M Y K H S L
Decimal 113 110 172 0.34 0.36 0 0.33 242.9 0.27 0.55
Hex 71 6E AC 22 24 0 21 F3 1B 37
Octal 161 156 254 42 44 0 41 363 33 67
Binary 1110001 1101110 10101100 100010 100100 0 100001 11110011 11011 110111

Color Harmonies of #716EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716EAC

Black with #716EAC

Text Example


Text Example

White with #716EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716EAC; }

 p { color: rgb(113,110,172); }

 H1.HeaderClassName
 {
   color: #716EAC;
 }
 .AnyTagClassName
 {
   color: #716EAC;
 }
</style>

background-color css

<style>
 a { background-color: #716EAC; }

 a { background-color: rgb(113,110,172); }

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

border-color css

<style>
 span { border-color: #716EAC; }

 span { border-color: rgb(113,110,172); }

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