Html Css Color HEX #726FAD Chetwode Blue

📋 copy color: '#726FAD'

red 114 ◦ green 111 ◦ blue 173

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

Shades of Chetwode Blue #726FAD

Tints of Chetwode Blue #726FAD

RGB

 RED value IS 114 (44.92% from 255) = 28.64%

 GREEN value IS 111 (43.75% from 255) = 27.89%

 BLUE value IS 173 (67.97% from 255) = 43.47%

R = 28.64%
G = 27.89%
B = 43.47%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#726FAD (or 0x726FAD) is known color: Chetwode Blue. HEX triplet: 72, 6F and AD. RGB value is (114,111,173). Sum of RGB (Red+Green+Blue) = 114+111+173=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #726FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726FAD is #8D9052. Grayscale: #767676. Windows color (decimal): -9277523 or 11366258. OLE color: 11366258.

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

Color convert

RGB 114 111 173 -
CMYK 0.34 0.36 0 0.32
HSL 242.9º 0.27% 0.56% -
HSV(B) 242.9º 0.36% 0.68% -
XYZ 20.17 17.96 41.94 -
YUV 118.97 158.49 124.46 -
System Red Green Blue C M Y K H S L
Decimal 114 111 173 0.34 0.36 0 0.32 242.9 0.27 0.56
Hex 72 6F AD 22 24 0 20 F3 1B 38
Octal 162 157 255 42 44 0 40 363 33 70
Binary 1110010 1101111 10101101 100010 100100 0 100000 11110011 11011 111000

Color Harmonies of #726FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726FAD

Black with #726FAD

Text Example


Text Example

White with #726FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726FAD; }

 p { color: rgb(114,111,173); }

 H1.HeaderClassName
 {
   color: #726FAD;
 }
 .AnyTagClassName
 {
   color: #726FAD;
 }
</style>

background-color css

<style>
 a { background-color: #726FAD; }

 a { background-color: rgb(114,111,173); }

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

border-color css

<style>
 span { border-color: #726FAD; }

 span { border-color: rgb(114,111,173); }

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