Html Css Color HEX #7271BE Chetwode Blue

📋 copy color: '#7271BE'

red 114 ◦ green 113 ◦ blue 190

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

Shades of Chetwode Blue #7271BE

Tints of Chetwode Blue #7271BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.1%

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

R = 27.34%
G = 27.1%
B = 45.56%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7271BE (or 0x7271BE) is known color: Chetwode Blue. HEX triplet: 72, 71 and BE. RGB value is (114,113,190). Sum of RGB (Red+Green+Blue) = 114+113+190=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #7271BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7271BE is #8D8E41. Grayscale: #797979. Windows color (decimal): -9276994 or 12480882. OLE color: 12480882.

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

Color convert

RGB 114 113 190 -
CMYK 0.40 0.41 0 0.25
HSL 240.78º 0.37% 0.59% -
HSV(B) 240.78º 0.41% 0.75% -
XYZ 22.14 19.11 51.24 -
YUV 122.08 166.33 122.24 -
System Red Green Blue C M Y K H S L
Decimal 114 113 190 0.40 0.41 0 0.25 240.78 0.37 0.59
Hex 72 71 BE 28 29 0 19 F1 25 3B
Octal 162 161 276 50 51 0 31 361 45 73
Binary 1110010 1110001 10111110 101000 101001 0 11001 11110001 100101 111011

Color Harmonies of #7271BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7271BE

Black with #7271BE

Text Example


Text Example

White with #7271BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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