Html Css Color HEX #726CBC Chetwode Blue

📋 copy color: '#726CBC'

red 114 ◦ green 108 ◦ blue 188

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

Shades of Chetwode Blue #726CBC

Tints of Chetwode Blue #726CBC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.34%

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

R = 27.8%
G = 26.34%
B = 45.85%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#726CBC (or 0x726CBC) is known color: Chetwode Blue. HEX triplet: 72, 6C and BC. RGB value is (114,108,188). Sum of RGB (Red+Green+Blue) = 114+108+188=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #726CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726CBC is #8D9343. Grayscale: #767676. Windows color (decimal): -9278276 or 12348530. OLE color: 12348530.

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

Color convert

RGB 114 108 188 -
CMYK 0.39 0.43 0 0.26
HSL 244.5º 0.37% 0.58% -
HSV(B) 244.5º 0.43% 0.74% -
XYZ 21.38 17.93 49.91 -
YUV 118.91 166.99 124.5 -
System Red Green Blue C M Y K H S L
Decimal 114 108 188 0.39 0.43 0 0.26 244.5 0.37 0.58
Hex 72 6C BC 27 2B 0 1A F4 25 3A
Octal 162 154 274 47 53 0 32 364 45 72
Binary 1110010 1101100 10111100 100111 101011 0 11010 11110100 100101 111010

Color Harmonies of #726CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726CBC

Black with #726CBC

Text Example


Text Example

White with #726CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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