Html Css Color HEX #726EB6 Chetwode Blue

📋 copy color: '#726EB6'

red 114 ◦ green 110 ◦ blue 182

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

Shades of Chetwode Blue #726EB6

Tints of Chetwode Blue #726EB6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.09%

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

R = 28.08%
G = 27.09%
B = 44.83%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#726EB6 (or 0x726EB6) is known color: Chetwode Blue. HEX triplet: 72, 6E and B6. RGB value is (114,110,182). Sum of RGB (Red+Green+Blue) = 114+110+182=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 182 - color contains mainly: blue. Hex color #726EB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726EB6 is #8D9149. Grayscale: #777777. Windows color (decimal): -9277770 or 11955826. OLE color: 11955826.

HSL color Cylindrical-coordinate representation of color #726EB6: hue angle of 243.33º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #726EB6 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 110 182 -
CMYK 0.37 0.40 0 0.29
HSL 243.33º 0.33% 0.57% -
HSV(B) 243.33º 0.4% 0.71% -
XYZ 20.96 18.11 46.65 -
YUV 119.4 163.33 124.15 -
System Red Green Blue C M Y K H S L
Decimal 114 110 182 0.37 0.40 0 0.29 243.33 0.33 0.57
Hex 72 6E B6 25 28 0 1D F3 21 39
Octal 162 156 266 45 50 0 35 363 41 71
Binary 1110010 1101110 10110110 100101 101000 0 11101 11110011 100001 111001

Color Harmonies of #726EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726EB6

Black with #726EB6

Text Example


Text Example

White with #726EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726EB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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