Html Css Color HEX #727AAC Chetwode Blue

📋 copy color: '#727AAC'

red 114 ◦ green 122 ◦ blue 172

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

Shades of Chetwode Blue #727AAC

Tints of Chetwode Blue #727AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.9%

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

R = 27.94%
G = 29.9%
B = 42.16%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#727AAC (or 0x727AAC) is known color: Chetwode Blue. HEX triplet: 72, 7A and AC. RGB value is (114,122,172). Sum of RGB (Red+Green+Blue) = 114+122+172=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #727AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727AAC is #8D8553. Grayscale: #7D7D7D. Windows color (decimal): -9274708 or 11303538. OLE color: 11303538.

HSL color Cylindrical-coordinate representation of color #727AAC: hue angle of 231.72º 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 #727AAC is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 122 172 -
CMYK 0.34 0.29 0 0.33
HSL 231.72º 0.26% 0.56% -
HSV(B) 231.72º 0.34% 0.67% -
XYZ 21.35 20.48 41.86 -
YUV 125.31 154.35 119.93 -
System Red Green Blue C M Y K H S L
Decimal 114 122 172 0.34 0.29 0 0.33 231.72 0.26 0.56
Hex 72 7A AC 22 1D 0 21 E8 1A 38
Octal 162 172 254 42 35 0 41 350 32 70
Binary 1110010 1111010 10101100 100010 11101 0 100001 11101000 11010 111000

Color Harmonies of #727AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727AAC

Black with #727AAC

Text Example


Text Example

White with #727AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727AAC; }

 p { color: rgb(114,122,172); }

 H1.HeaderClassName
 {
   color: #727AAC;
 }
 .AnyTagClassName
 {
   color: #727AAC;
 }
</style>

background-color css

<style>
 a { background-color: #727AAC; }

 a { background-color: rgb(114,122,172); }

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

border-color css

<style>
 span { border-color: #727AAC; }

 span { border-color: rgb(114,122,172); }

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