Html Css Color HEX #726DB5 Chetwode Blue

📋 copy color: '#726DB5'

red 114 ◦ green 109 ◦ blue 181

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

Shades of Chetwode Blue #726DB5

Tints of Chetwode Blue #726DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.8%

R = 28.22%
G = 26.98%
B = 44.8%

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

#726DB5 (or 0x726DB5) is known color: Chetwode Blue. HEX triplet: 72, 6D and B5. RGB value is (114,109,181). Sum of RGB (Red+Green+Blue) = 114+109+181=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 181 - color contains mainly: blue. Hex color #726DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726DB5 is #8D924A. Grayscale: #767676. Windows color (decimal): -9278027 or 11890034. OLE color: 11890034.

HSL color Cylindrical-coordinate representation of color #726DB5: hue angle of 244.17º 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 #726DB5 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 109 181 -
CMYK 0.37 0.40 0 0.29
HSL 244.17º 0.33% 0.57% -
HSV(B) 244.17º 0.4% 0.71% -
XYZ 20.75 17.85 46.07 -
YUV 118.7 163.16 124.65 -
System Red Green Blue C M Y K H S L
Decimal 114 109 181 0.37 0.40 0 0.29 244.17 0.33 0.57
Hex 72 6D B5 25 28 0 1D F4 21 39
Octal 162 155 265 45 50 0 35 364 41 71
Binary 1110010 1101101 10110101 100101 101000 0 11101 11110100 100001 111001

Color Harmonies of #726DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726DB5

Black with #726DB5

Text Example


Text Example

White with #726DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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