Html Css Color HEX #7273BE Chetwode Blue

📋 copy color: '#7273BE'

red 114 ◦ green 115 ◦ blue 190

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

Shades of Chetwode Blue #7273BE

Tints of Chetwode Blue #7273BE

RGB

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

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

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

R = 27.21%
G = 27.45%
B = 45.35%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7273BE (or 0x7273BE) is known color: Chetwode Blue. HEX triplet: 72, 73 and BE. RGB value is (114,115,190). Sum of RGB (Red+Green+Blue) = 114+115+190=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #7273BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7273BE is #8D8C41. Grayscale: #7A7A7A. Windows color (decimal): -9276482 or 12481394. OLE color: 12481394.

HSL color Cylindrical-coordinate representation of color #7273BE: hue angle of 239.21º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7273BE is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 115 190 -
CMYK 0.40 0.39 0 0.25
HSL 239.21º 0.37% 0.6% -
HSV(B) 239.21º 0.4% 0.75% -
XYZ 22.36 19.56 51.31 -
YUV 123.25 165.67 121.4 -
System Red Green Blue C M Y K H S L
Decimal 114 115 190 0.40 0.39 0 0.25 239.21 0.37 0.6
Hex 72 73 BE 28 27 0 19 EF 25 3C
Octal 162 163 276 50 47 0 31 357 45 74
Binary 1110010 1110011 10111110 101000 100111 0 11001 11101111 100101 111100

Color Harmonies of #7273BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7273BE

Black with #7273BE

Text Example


Text Example

White with #7273BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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