Html Css Color HEX #727AB6 Chetwode Blue

📋 copy color: '#727AB6'

red 114 ◦ green 122 ◦ blue 182

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

Shades of Chetwode Blue #727AB6

Tints of Chetwode Blue #727AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.54%

R = 27.27%
G = 29.19%
B = 43.54%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#727AB6 (or 0x727AB6) is known color: Chetwode Blue. HEX triplet: 72, 7A and B6. RGB value is (114,122,182). Sum of RGB (Red+Green+Blue) = 114+122+182=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 182 - color contains mainly: blue. Hex color #727AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727AB6 is #8D8549. Grayscale: #7E7E7E. Windows color (decimal): -9274698 or 11958898. OLE color: 11958898.

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

Color convert

RGB 114 122 182 -
CMYK 0.37 0.33 0 0.29
HSL 232.94º 0.32% 0.58% -
HSV(B) 232.94º 0.37% 0.71% -
XYZ 22.34 20.87 47.11 -
YUV 126.45 159.35 119.12 -
System Red Green Blue C M Y K H S L
Decimal 114 122 182 0.37 0.33 0 0.29 232.94 0.32 0.58
Hex 72 7A B6 25 21 0 1D E9 20 3A
Octal 162 172 266 45 41 0 35 351 40 72
Binary 1110010 1111010 10110110 100101 100001 0 11101 11101001 100000 111010

Color Harmonies of #727AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727AB6

Black with #727AB6

Text Example


Text Example

White with #727AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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