Html Css Color HEX #727BAC Chetwode Blue

📋 copy color: '#727BAC'

red 114 ◦ green 123 ◦ blue 172

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

Shades of Chetwode Blue #727BAC

Tints of Chetwode Blue #727BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.07%

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

R = 27.87%
G = 30.07%
B = 42.05%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#727BAC (or 0x727BAC) is known color: Chetwode Blue. HEX triplet: 72, 7B and AC. RGB value is (114,123,172). Sum of RGB (Red+Green+Blue) = 114+123+172=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #727BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727BAC is #8D8453. Grayscale: #7D7D7D. Windows color (decimal): -9274452 or 11303794. OLE color: 11303794.

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

Color convert

RGB 114 123 172 -
CMYK 0.34 0.28 0 0.33
HSL 230.69º 0.26% 0.56% -
HSV(B) 230.69º 0.34% 0.67% -
XYZ 21.47 20.72 41.9 -
YUV 125.9 154.02 119.52 -
System Red Green Blue C M Y K H S L
Decimal 114 123 172 0.34 0.28 0 0.33 230.69 0.26 0.56
Hex 72 7B AC 22 1C 0 21 E7 1A 38
Octal 162 173 254 42 34 0 41 347 32 70
Binary 1110010 1111011 10101100 100010 11100 0 100001 11100111 11010 111000

Color Harmonies of #727BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727BAC

Black with #727BAC

Text Example


Text Example

White with #727BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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