Html Css Color HEX #7273BD Chetwode Blue

📋 copy color: '#7273BD'

red 114 ◦ green 115 ◦ blue 189

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

Shades of Chetwode Blue #7273BD

Tints of Chetwode Blue #7273BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.22%

R = 27.27%
G = 27.51%
B = 45.22%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7273BD (or 0x7273BD) is known color: Chetwode Blue. HEX triplet: 72, 73 and BD. RGB value is (114,115,189). Sum of RGB (Red+Green+Blue) = 114+115+189=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #7273BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7273BD is #8D8C42. Grayscale: #7A7A7A. Windows color (decimal): -9276483 or 12415858. OLE color: 12415858.

HSL color Cylindrical-coordinate representation of color #7273BD: hue angle of 239.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7273BD is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 115 189 -
CMYK 0.40 0.39 0 0.26
HSL 239.2º 0.36% 0.59% -
HSV(B) 239.2º 0.4% 0.74% -
XYZ 22.26 19.51 50.74 -
YUV 123.14 165.17 121.48 -
System Red Green Blue C M Y K H S L
Decimal 114 115 189 0.40 0.39 0 0.26 239.2 0.36 0.59
Hex 72 73 BD 28 27 0 1A EF 24 3B
Octal 162 163 275 50 47 0 32 357 44 73
Binary 1110010 1110011 10111101 101000 100111 0 11010 11101111 100100 111011

Color Harmonies of #7273BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7273BD

Black with #7273BD

Text Example


Text Example

White with #7273BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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