Html Css Color HEX #726DBC Chetwode Blue

📋 copy color: '#726DBC'

red 114 ◦ green 109 ◦ blue 188

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

Shades of Chetwode Blue #726DBC

Tints of Chetwode Blue #726DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.74%

R = 27.74%
G = 26.52%
B = 45.74%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#726DBC (or 0x726DBC) is known color: Chetwode Blue. HEX triplet: 72, 6D and BC. RGB value is (114,109,188). Sum of RGB (Red+Green+Blue) = 114+109+188=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #726DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726DBC is #8D9243. Grayscale: #777777. Windows color (decimal): -9278020 or 12348786. OLE color: 12348786.

HSL color Cylindrical-coordinate representation of color #726DBC: hue angle of 243.8º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #726DBC is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 109 188 -
CMYK 0.39 0.42 0 0.26
HSL 243.8º 0.37% 0.58% -
HSV(B) 243.8º 0.42% 0.74% -
XYZ 21.49 18.15 49.95 -
YUV 119.5 166.66 124.08 -
System Red Green Blue C M Y K H S L
Decimal 114 109 188 0.39 0.42 0 0.26 243.8 0.37 0.58
Hex 72 6D BC 27 2A 0 1A F4 25 3A
Octal 162 155 274 47 52 0 32 364 45 72
Binary 1110010 1101101 10111100 100111 101010 0 11010 11110100 100101 111010

Color Harmonies of #726DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726DBC

Black with #726DBC

Text Example


Text Example

White with #726DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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