Html Css Color HEX #727699 Chetwode Blue

📋 copy color: '#727699'

red 114 ◦ green 118 ◦ blue 153

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

Shades of Chetwode Blue #727699

Tints of Chetwode Blue #727699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.65%

 BLUE value IS 153 (60.16% from 255) = 39.74%

R = 29.61%
G = 30.65%
B = 39.74%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#727699 (or 0x727699) is known color: Chetwode Blue. HEX triplet: 72, 76 and 99. RGB value is (114,118,153). Sum of RGB (Red+Green+Blue) = 114+118+153=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 153 - color contains mainly: blue. Hex color #727699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727699 is #8D8966. Grayscale: #787878. Windows color (decimal): -9275751 or 10057330. OLE color: 10057330.

HSL color Cylindrical-coordinate representation of color #727699: hue angle of 233.85º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #727699 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 118 153 -
CMYK 0.25 0.23 0 0.4
HSL 233.85º 0.16% 0.52% -
HSV(B) 233.85º 0.25% 0.6% -
XYZ 19.17 18.83 32.76 -
YUV 120.79 146.17 123.15 -
System Red Green Blue C M Y K H S L
Decimal 114 118 153 0.25 0.23 0 0.4 233.85 0.16 0.52
Hex 72 76 99 19 17 0 28 EA 10 34
Octal 162 166 231 31 27 0 50 352 20 64
Binary 1110010 1110110 10011001 11001 10111 0 101000 11101010 10000 110100

Color Harmonies of #727699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727699

Black with #727699

Text Example


Text Example

White with #727699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727699; }

 p { color: rgb(114,118,153); }

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

background-color css

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

 a { background-color: rgb(114,118,153); }

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

border-color css

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

 span { border-color: rgb(114,118,153); }

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