Html Css Color HEX #726DB1 Chetwode Blue

📋 copy color: '#726DB1'

red 114 ◦ green 109 ◦ blue 177

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

Shades of Chetwode Blue #726DB1

Tints of Chetwode Blue #726DB1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.25%

 BLUE value IS 177 (69.53% from 255) = 44.25%

R = 28.5%
G = 27.25%
B = 44.25%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#726DB1 (or 0x726DB1) is known color: Chetwode Blue. HEX triplet: 72, 6D and B1. RGB value is (114,109,177). Sum of RGB (Red+Green+Blue) = 114+109+177=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 177 - color contains mainly: blue. Hex color #726DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726DB1 is #8D924E. Grayscale: #757575. Windows color (decimal): -9278031 or 11627890. OLE color: 11627890.

HSL color Cylindrical-coordinate representation of color #726DB1: hue angle of 244.41º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #726DB1 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 109 177 -
CMYK 0.36 0.38 0 0.31
HSL 244.41º 0.3% 0.56% -
HSV(B) 244.41º 0.38% 0.69% -
XYZ 20.34 17.69 43.94 -
YUV 118.25 161.16 124.97 -
System Red Green Blue C M Y K H S L
Decimal 114 109 177 0.36 0.38 0 0.31 244.41 0.3 0.56
Hex 72 6D B1 24 26 0 1F F4 1E 38
Octal 162 155 261 44 46 0 37 364 36 70
Binary 1110010 1101101 10110001 100100 100110 0 11111 11110100 11110 111000

Color Harmonies of #726DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726DB1

Black with #726DB1

Text Example


Text Example

White with #726DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,109,177); }

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

background-color css

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

 a { background-color: rgb(114,109,177); }

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

border-color css

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

 span { border-color: rgb(114,109,177); }

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