Html Css Color HEX #726FB2 Chetwode Blue

📋 copy color: '#726FB2'

red 114 ◦ green 111 ◦ blue 178

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

Shades of Chetwode Blue #726FB2

Tints of Chetwode Blue #726FB2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.54%

 BLUE value IS 178 (69.92% from 255) = 44.17%

R = 28.29%
G = 27.54%
B = 44.17%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#726FB2 (or 0x726FB2) is known color: Chetwode Blue. HEX triplet: 72, 6F and B2. RGB value is (114,111,178). Sum of RGB (Red+Green+Blue) = 114+111+178=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 178 - color contains mainly: blue. Hex color #726FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726FB2 is #8D904D. Grayscale: #777777. Windows color (decimal): -9277518 or 11693938. OLE color: 11693938.

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

Color convert

RGB 114 111 178 -
CMYK 0.36 0.38 0 0.30
HSL 242.69º 0.3% 0.57% -
HSV(B) 242.69º 0.38% 0.7% -
XYZ 20.66 18.16 44.54 -
YUV 119.54 160.99 124.05 -
System Red Green Blue C M Y K H S L
Decimal 114 111 178 0.36 0.38 0 0.30 242.69 0.3 0.57
Hex 72 6F B2 24 26 0 1E F3 1E 39
Octal 162 157 262 44 46 0 36 363 36 71
Binary 1110010 1101111 10110010 100100 100110 0 11110 11110011 11110 111001

Color Harmonies of #726FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726FB2

Black with #726FB2

Text Example


Text Example

White with #726FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,111,178); }

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

background-color css

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

 a { background-color: rgb(114,111,178); }

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

border-color css

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

 span { border-color: rgb(114,111,178); }

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