Html Css Color HEX #726BBE Chetwode Blue

📋 copy color: '#726BBE'

red 114 ◦ green 107 ◦ blue 190

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

Shades of Chetwode Blue #726BBE

Tints of Chetwode Blue #726BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.03%

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

R = 27.74%
G = 26.03%
B = 46.23%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#726BBE (or 0x726BBE) is known color: Chetwode Blue. HEX triplet: 72, 6B and BE. RGB value is (114,107,190). Sum of RGB (Red+Green+Blue) = 114+107+190=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #726BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726BBE is #8D9441. Grayscale: #767676. Windows color (decimal): -9278530 or 12479346. OLE color: 12479346.

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

Color convert

RGB 114 107 190 -
CMYK 0.40 0.44 0 0.25
HSL 245.06º 0.39% 0.58% -
HSV(B) 245.06º 0.44% 0.75% -
XYZ 21.49 17.81 51.02 -
YUV 118.56 168.32 124.75 -
System Red Green Blue C M Y K H S L
Decimal 114 107 190 0.40 0.44 0 0.25 245.06 0.39 0.58
Hex 72 6B BE 28 2C 0 19 F5 27 3A
Octal 162 153 276 50 54 0 31 365 47 72
Binary 1110010 1101011 10111110 101000 101100 0 11001 11110101 100111 111010

Color Harmonies of #726BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726BBE

Black with #726BBE

Text Example


Text Example

White with #726BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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