Html Css Color HEX #726EBC Chetwode Blue

📋 copy color: '#726EBC'

red 114 ◦ green 110 ◦ blue 188

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

Shades of Chetwode Blue #726EBC

Tints of Chetwode Blue #726EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 27.67%
G = 26.7%
B = 45.63%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#726EBC (or 0x726EBC) is known color: Chetwode Blue. HEX triplet: 72, 6E and BC. RGB value is (114,110,188). Sum of RGB (Red+Green+Blue) = 114+110+188=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #726EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726EBC is #8D9143. Grayscale: #777777. Windows color (decimal): -9277764 or 12349042. OLE color: 12349042.

HSL color Cylindrical-coordinate representation of color #726EBC: hue angle of 243.08º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #726EBC is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 110 188 -
CMYK 0.39 0.41 0 0.26
HSL 243.08º 0.37% 0.58% -
HSV(B) 243.08º 0.41% 0.74% -
XYZ 21.59 18.36 49.98 -
YUV 120.09 166.33 123.66 -
System Red Green Blue C M Y K H S L
Decimal 114 110 188 0.39 0.41 0 0.26 243.08 0.37 0.58
Hex 72 6E BC 27 29 0 1A F3 25 3A
Octal 162 156 274 47 51 0 32 363 45 72
Binary 1110010 1101110 10111100 100111 101001 0 11010 11110011 100101 111010

Color Harmonies of #726EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726EBC

Black with #726EBC

Text Example


Text Example

White with #726EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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