Html Css Color HEX #726EC0 Chetwode Blue

📋 copy color: '#726EC0'

red 114 ◦ green 110 ◦ blue 192

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

Shades of Chetwode Blue #726EC0

Tints of Chetwode Blue #726EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.15%

R = 27.4%
G = 26.44%
B = 46.15%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#726EC0 (or 0x726EC0) is known color: Chetwode Blue. HEX triplet: 72, 6E and C0. RGB value is (114,110,192). Sum of RGB (Red+Green+Blue) = 114+110+192=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 192 - color contains mainly: blue. Hex color #726EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726EC0 is #8D913F. Grayscale: #787878. Windows color (decimal): -9277760 or 12611186. OLE color: 12611186.

HSL color Cylindrical-coordinate representation of color #726EC0: hue angle of 242.93º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #726EC0 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 110 192 -
CMYK 0.41 0.43 0 0.25
HSL 242.93º 0.39% 0.59% -
HSV(B) 242.93º 0.43% 0.75% -
XYZ 22.03 18.54 52.29 -
YUV 120.54 168.33 123.33 -
System Red Green Blue C M Y K H S L
Decimal 114 110 192 0.41 0.43 0 0.25 242.93 0.39 0.59
Hex 72 6E C0 29 2B 0 19 F3 27 3B
Octal 162 156 300 51 53 0 31 363 47 73
Binary 1110010 1101110 11000000 101001 101011 0 11001 11110011 100111 111011

Color Harmonies of #726EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726EC0

Black with #726EC0

Text Example


Text Example

White with #726EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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