Html Css Color HEX #727AAF Chetwode Blue

📋 copy color: '#727AAF'

red 114 ◦ green 122 ◦ blue 175

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

Shades of Chetwode Blue #727AAF

Tints of Chetwode Blue #727AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.58%

R = 27.74%
G = 29.68%
B = 42.58%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#727AAF (or 0x727AAF) is known color: Chetwode Blue. HEX triplet: 72, 7A and AF. RGB value is (114,122,175). Sum of RGB (Red+Green+Blue) = 114+122+175=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #727AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727AAF is #8D8550. Grayscale: #7D7D7D. Windows color (decimal): -9274705 or 11500146. OLE color: 11500146.

HSL color Cylindrical-coordinate representation of color #727AAF: hue angle of 232.13º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #727AAF is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 122 175 -
CMYK 0.35 0.30 0 0.31
HSL 232.13º 0.28% 0.57% -
HSV(B) 232.13º 0.35% 0.69% -
XYZ 21.64 20.59 43.39 -
YUV 125.65 155.85 119.69 -
System Red Green Blue C M Y K H S L
Decimal 114 122 175 0.35 0.30 0 0.31 232.13 0.28 0.57
Hex 72 7A AF 23 1E 0 1F E8 1C 39
Octal 162 172 257 43 36 0 37 350 34 71
Binary 1110010 1111010 10101111 100011 11110 0 11111 11101000 11100 111001

Color Harmonies of #727AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727AAF

Black with #727AAF

Text Example


Text Example

White with #727AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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