Html Css Color HEX #727AAA Chetwode Blue

📋 copy color: '#727AAA'

red 114 ◦ green 122 ◦ blue 170

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

Shades of Chetwode Blue #727AAA

Tints of Chetwode Blue #727AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.87%

R = 28.08%
G = 30.05%
B = 41.87%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#727AAA (or 0x727AAA) is known color: Chetwode Blue. HEX triplet: 72, 7A and AA. RGB value is (114,122,170). Sum of RGB (Red+Green+Blue) = 114+122+170=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #727AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727AAA is #8D8555. Grayscale: #7C7C7C. Windows color (decimal): -9274710 or 11172466. OLE color: 11172466.

HSL color Cylindrical-coordinate representation of color #727AAA: hue angle of 231.43º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #727AAA is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 122 170 -
CMYK 0.33 0.28 0 0.33
HSL 231.43º 0.25% 0.56% -
HSV(B) 231.43º 0.33% 0.67% -
XYZ 21.15 20.4 40.85 -
YUV 125.08 153.35 120.1 -
System Red Green Blue C M Y K H S L
Decimal 114 122 170 0.33 0.28 0 0.33 231.43 0.25 0.56
Hex 72 7A AA 21 1C 0 21 E7 19 38
Octal 162 172 252 41 34 0 41 347 31 70
Binary 1110010 1111010 10101010 100001 11100 0 100001 11100111 11001 111000

Color Harmonies of #727AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727AAA

Black with #727AAA

Text Example


Text Example

White with #727AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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