Html Css Color HEX #726FB1 Chetwode Blue

📋 copy color: '#726FB1'

red 114 ◦ green 111 ◦ blue 177

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

Shades of Chetwode Blue #726FB1

Tints of Chetwode Blue #726FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.03%

R = 28.36%
G = 27.61%
B = 44.03%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#726FB1 (or 0x726FB1) is known color: Chetwode Blue. HEX triplet: 72, 6F and B1. RGB value is (114,111,177). Sum of RGB (Red+Green+Blue) = 114+111+177=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 177 - color contains mainly: blue. Hex color #726FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726FB1 is #8D904E. Grayscale: #777777. Windows color (decimal): -9277519 or 11628402. OLE color: 11628402.

HSL color Cylindrical-coordinate representation of color #726FB1: hue angle of 242.73º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #726FB1 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 111 177 -
CMYK 0.36 0.37 0 0.31
HSL 242.73º 0.3% 0.56% -
HSV(B) 242.73º 0.37% 0.69% -
XYZ 20.56 18.12 44.01 -
YUV 119.42 160.49 124.13 -
System Red Green Blue C M Y K H S L
Decimal 114 111 177 0.36 0.37 0 0.31 242.73 0.3 0.56
Hex 72 6F B1 24 25 0 1F F3 1E 38
Octal 162 157 261 44 45 0 37 363 36 70
Binary 1110010 1101111 10110001 100100 100101 0 11111 11110011 11110 111000

Color Harmonies of #726FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726FB1

Black with #726FB1

Text Example


Text Example

White with #726FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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