Html Css Color HEX #7273BA Chetwode Blue

📋 copy color: '#7273BA'

red 114 ◦ green 115 ◦ blue 186

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

Shades of Chetwode Blue #7273BA

Tints of Chetwode Blue #7273BA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.71%

 BLUE value IS 186 (73.05% from 255) = 44.82%

R = 27.47%
G = 27.71%
B = 44.82%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7273BA (or 0x7273BA) is known color: Chetwode Blue. HEX triplet: 72, 73 and BA. RGB value is (114,115,186). Sum of RGB (Red+Green+Blue) = 114+115+186=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #7273BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7273BA is #8D8C45. Grayscale: #7A7A7A. Windows color (decimal): -9276486 or 12219250. OLE color: 12219250.

HSL color Cylindrical-coordinate representation of color #7273BA: hue angle of 239.17º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7273BA is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 115 186 -
CMYK 0.39 0.38 0 0.27
HSL 239.17º 0.34% 0.59% -
HSV(B) 239.17º 0.39% 0.73% -
XYZ 21.93 19.38 49.04 -
YUV 122.8 163.67 121.73 -
System Red Green Blue C M Y K H S L
Decimal 114 115 186 0.39 0.38 0 0.27 239.17 0.34 0.59
Hex 72 73 BA 27 26 0 1B EF 22 3B
Octal 162 163 272 47 46 0 33 357 42 73
Binary 1110010 1110011 10111010 100111 100110 0 11011 11101111 100010 111011

Color Harmonies of #7273BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7273BA

Black with #7273BA

Text Example


Text Example

White with #7273BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7273BA; }

 p { color: rgb(114,115,186); }

 H1.HeaderClassName
 {
   color: #7273BA;
 }
 .AnyTagClassName
 {
   color: #7273BA;
 }
</style>

background-color css

<style>
 a { background-color: #7273BA; }

 a { background-color: rgb(114,115,186); }

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

border-color css

<style>
 span { border-color: #7273BA; }

 span { border-color: rgb(114,115,186); }

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