Html Css Color HEX #726DBB Chetwode Blue

📋 copy color: '#726DBB'

red 114 ◦ green 109 ◦ blue 187

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

Shades of Chetwode Blue #726DBB

Tints of Chetwode Blue #726DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.61%

R = 27.8%
G = 26.59%
B = 45.61%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#726DBB (or 0x726DBB) is known color: Chetwode Blue. HEX triplet: 72, 6D and BB. RGB value is (114,109,187). Sum of RGB (Red+Green+Blue) = 114+109+187=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #726DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726DBB is #8D9244. Grayscale: #777777. Windows color (decimal): -9278021 or 12283250. OLE color: 12283250.

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

Color convert

RGB 114 109 187 -
CMYK 0.39 0.42 0 0.27
HSL 243.85º 0.36% 0.58% -
HSV(B) 243.85º 0.42% 0.73% -
XYZ 21.38 18.1 49.38 -
YUV 119.39 166.16 124.16 -
System Red Green Blue C M Y K H S L
Decimal 114 109 187 0.39 0.42 0 0.27 243.85 0.36 0.58
Hex 72 6D BB 27 2A 0 1B F4 24 3A
Octal 162 155 273 47 52 0 33 364 44 72
Binary 1110010 1101101 10111011 100111 101010 0 11011 11110100 100100 111010

Color Harmonies of #726DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726DBB

Black with #726DBB

Text Example


Text Example

White with #726DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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