Html Css Color HEX #7276BA Chetwode Blue

📋 copy color: '#7276BA'

red 114 ◦ green 118 ◦ blue 186

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

Shades of Chetwode Blue #7276BA

Tints of Chetwode Blue #7276BA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.23%

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

R = 27.27%
G = 28.23%
B = 44.5%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7276BA (or 0x7276BA) is known color: Chetwode Blue. HEX triplet: 72, 76 and BA. RGB value is (114,118,186). Sum of RGB (Red+Green+Blue) = 114+118+186=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #7276BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7276BA is #8D8945. Grayscale: #7C7C7C. Windows color (decimal): -9275718 or 12220018. OLE color: 12220018.

HSL color Cylindrical-coordinate representation of color #7276BA: hue angle of 236.67º 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 #7276BA is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 118 186 -
CMYK 0.39 0.37 0 0.27
HSL 236.67º 0.34% 0.59% -
HSV(B) 236.67º 0.39% 0.73% -
XYZ 22.28 20.08 49.16 -
YUV 124.56 162.67 120.47 -
System Red Green Blue C M Y K H S L
Decimal 114 118 186 0.39 0.37 0 0.27 236.67 0.34 0.59
Hex 72 76 BA 27 25 0 1B ED 22 3B
Octal 162 166 272 47 45 0 33 355 42 73
Binary 1110010 1110110 10111010 100111 100101 0 11011 11101101 100010 111011

Color Harmonies of #7276BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7276BA

Black with #7276BA

Text Example


Text Example

White with #7276BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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