Html Css Color HEX #726FBC Chetwode Blue

📋 copy color: '#726FBC'

red 114 ◦ green 111 ◦ blue 188

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

Shades of Chetwode Blue #726FBC

Tints of Chetwode Blue #726FBC

RGB

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

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

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

R = 27.6%
G = 26.88%
B = 45.52%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#726FBC (or 0x726FBC) is known color: Chetwode Blue. HEX triplet: 72, 6F and BC. RGB value is (114,111,188). Sum of RGB (Red+Green+Blue) = 114+111+188=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #726FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726FBC is #8D9043. Grayscale: #787878. Windows color (decimal): -9277508 or 12349298. OLE color: 12349298.

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

Color convert

RGB 114 111 188 -
CMYK 0.39 0.41 0 0.26
HSL 242.34º 0.36% 0.59% -
HSV(B) 242.34º 0.41% 0.74% -
XYZ 21.7 18.58 50.02 -
YUV 120.68 165.99 123.24 -
System Red Green Blue C M Y K H S L
Decimal 114 111 188 0.39 0.41 0 0.26 242.34 0.36 0.59
Hex 72 6F BC 27 29 0 1A F2 24 3B
Octal 162 157 274 47 51 0 32 362 44 73
Binary 1110010 1101111 10111100 100111 101001 0 11010 11110010 100100 111011

Color Harmonies of #726FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726FBC

Black with #726FBC

Text Example


Text Example

White with #726FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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