Html Css Color HEX #726EBE Chetwode Blue

📋 copy color: '#726EBE'

red 114 ◦ green 110 ◦ blue 190

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

Shades of Chetwode Blue #726EBE

Tints of Chetwode Blue #726EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.89%

R = 27.54%
G = 26.57%
B = 45.89%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#726EBE (or 0x726EBE) is known color: Chetwode Blue. HEX triplet: 72, 6E and BE. RGB value is (114,110,190). Sum of RGB (Red+Green+Blue) = 114+110+190=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #726EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726EBE is #8D9141. Grayscale: #787878. Windows color (decimal): -9277762 or 12480114. OLE color: 12480114.

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

Color convert

RGB 114 110 190 -
CMYK 0.40 0.42 0 0.25
HSL 243º 0.38% 0.59% -
HSV(B) 243º 0.42% 0.75% -
XYZ 21.81 18.45 51.13 -
YUV 120.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 114 110 190 0.40 0.42 0 0.25 243 0.38 0.59
Hex 72 6E BE 28 2A 0 19 F3 26 3B
Octal 162 156 276 50 52 0 31 363 46 73
Binary 1110010 1101110 10111110 101000 101010 0 11001 11110011 100110 111011

Color Harmonies of #726EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726EBE

Black with #726EBE

Text Example


Text Example

White with #726EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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