Html Css Color HEX #727AB7 Chetwode Blue

📋 copy color: '#727AB7'

red 114 ◦ green 122 ◦ blue 183

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

Shades of Chetwode Blue #727AB7

Tints of Chetwode Blue #727AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.68%

R = 27.21%
G = 29.12%
B = 43.68%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#727AB7 (or 0x727AB7) is known color: Chetwode Blue. HEX triplet: 72, 7A and B7. RGB value is (114,122,183). Sum of RGB (Red+Green+Blue) = 114+122+183=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 183 (71.88% from 255 or 43.68% from 419); Max value from RGB is 183 - color contains mainly: blue. Hex color #727AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727AB7 is #8D8548. Grayscale: #7E7E7E. Windows color (decimal): -9274697 or 12024434. OLE color: 12024434.

HSL color Cylindrical-coordinate representation of color #727AB7: hue angle of 233.04º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #727AB7 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 114 122 183 -
CMYK 0.38 0.33 0 0.28
HSL 233.04º 0.32% 0.58% -
HSV(B) 233.04º 0.38% 0.72% -
XYZ 22.45 20.92 47.65 -
YUV 126.56 159.85 119.04 -
System Red Green Blue C M Y K H S L
Decimal 114 122 183 0.38 0.33 0 0.28 233.04 0.32 0.58
Hex 72 7A B7 26 21 0 1C E9 20 3A
Octal 162 172 267 46 41 0 34 351 40 72
Binary 1110010 1111010 10110111 100110 100001 0 11100 11101001 100000 111010

Color Harmonies of #727AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727AB7

Black with #727AB7

Text Example


Text Example

White with #727AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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