Html Css Color HEX #726CBE Chetwode Blue

📋 copy color: '#726CBE'

red 114 ◦ green 108 ◦ blue 190

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

Shades of Chetwode Blue #726CBE

Tints of Chetwode Blue #726CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.12%

R = 27.67%
G = 26.21%
B = 46.12%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#726CBE (or 0x726CBE) is known color: Chetwode Blue. HEX triplet: 72, 6C and BE. RGB value is (114,108,190). Sum of RGB (Red+Green+Blue) = 114+108+190=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #726CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726CBE is #8D9341. Grayscale: #767676. Windows color (decimal): -9278274 or 12479602. OLE color: 12479602.

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

Color convert

RGB 114 108 190 -
CMYK 0.40 0.43 0 0.25
HSL 244.39º 0.39% 0.58% -
HSV(B) 244.39º 0.43% 0.75% -
XYZ 21.6 18.02 51.06 -
YUV 119.14 167.99 124.33 -
System Red Green Blue C M Y K H S L
Decimal 114 108 190 0.40 0.43 0 0.25 244.39 0.39 0.58
Hex 72 6C BE 28 2B 0 19 F4 27 3A
Octal 162 154 276 50 53 0 31 364 47 72
Binary 1110010 1101100 10111110 101000 101011 0 11001 11110100 100111 111010

Color Harmonies of #726CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726CBE

Black with #726CBE

Text Example


Text Example

White with #726CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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