Html Css Color HEX #726FBE Chetwode Blue

📋 copy color: '#726FBE'

red 114 ◦ green 111 ◦ blue 190

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

Shades of Chetwode Blue #726FBE

Tints of Chetwode Blue #726FBE

RGB

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

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

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

R = 27.47%
G = 26.75%
B = 45.78%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#726FBE (or 0x726FBE) is known color: Chetwode Blue. HEX triplet: 72, 6F and BE. RGB value is (114,111,190). Sum of RGB (Red+Green+Blue) = 114+111+190=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #726FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726FBE is #8D9041. Grayscale: #787878. Windows color (decimal): -9277506 or 12480370. OLE color: 12480370.

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

Color convert

RGB 114 111 190 -
CMYK 0.40 0.42 0 0.25
HSL 242.28º 0.38% 0.59% -
HSV(B) 242.28º 0.42% 0.75% -
XYZ 21.92 18.66 51.16 -
YUV 120.9 166.99 123.08 -
System Red Green Blue C M Y K H S L
Decimal 114 111 190 0.40 0.42 0 0.25 242.28 0.38 0.59
Hex 72 6F BE 28 2A 0 19 F2 26 3B
Octal 162 157 276 50 52 0 31 362 46 73
Binary 1110010 1101111 10111110 101000 101010 0 11001 11110010 100110 111011

Color Harmonies of #726FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726FBE

Black with #726FBE

Text Example


Text Example

White with #726FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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