Html Css Color HEX #726DBA Chetwode Blue

📋 copy color: '#726DBA'

red 114 ◦ green 109 ◦ blue 186

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

Shades of Chetwode Blue #726DBA

Tints of Chetwode Blue #726DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.48%

R = 27.87%
G = 26.65%
B = 45.48%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#726DBA (or 0x726DBA) is known color: Chetwode Blue. HEX triplet: 72, 6D and BA. RGB value is (114,109,186). Sum of RGB (Red+Green+Blue) = 114+109+186=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #726DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726DBA is #8D9245. Grayscale: #767676. Windows color (decimal): -9278022 or 12217714. OLE color: 12217714.

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

Color convert

RGB 114 109 186 -
CMYK 0.39 0.41 0 0.27
HSL 243.9º 0.36% 0.58% -
HSV(B) 243.9º 0.41% 0.73% -
XYZ 21.27 18.06 48.82 -
YUV 119.27 165.66 124.24 -
System Red Green Blue C M Y K H S L
Decimal 114 109 186 0.39 0.41 0 0.27 243.9 0.36 0.58
Hex 72 6D BA 27 29 0 1B F4 24 3A
Octal 162 155 272 47 51 0 33 364 44 72
Binary 1110010 1101101 10111010 100111 101001 0 11011 11110100 100100 111010

Color Harmonies of #726DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726DBA

Black with #726DBA

Text Example


Text Example

White with #726DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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