Html Css Color HEX #7277BB Chetwode Blue

📋 copy color: '#7277BB'

red 114 ◦ green 119 ◦ blue 187

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

Shades of Chetwode Blue #7277BB

Tints of Chetwode Blue #7277BB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.33%

 BLUE value IS 187 (73.44% from 255) = 44.52%

R = 27.14%
G = 28.33%
B = 44.52%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7277BB (or 0x7277BB) is known color: Chetwode Blue. HEX triplet: 72, 77 and BB. RGB value is (114,119,187). Sum of RGB (Red+Green+Blue) = 114+119+187=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #7277BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7277BB is #8D8844. Grayscale: #7C7C7C. Windows color (decimal): -9275461 or 12285810. OLE color: 12285810.

HSL color Cylindrical-coordinate representation of color #7277BB: hue angle of 235.89º degrees, saturation: 0.35, 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 #7277BB is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 119 187 -
CMYK 0.39 0.36 0 0.27
HSL 235.89º 0.35% 0.59% -
HSV(B) 235.89º 0.39% 0.73% -
XYZ 22.51 20.36 49.76 -
YUV 125.26 162.84 119.97 -
System Red Green Blue C M Y K H S L
Decimal 114 119 187 0.39 0.36 0 0.27 235.89 0.35 0.59
Hex 72 77 BB 27 24 0 1B EC 23 3B
Octal 162 167 273 47 44 0 33 354 43 73
Binary 1110010 1110111 10111011 100111 100100 0 11011 11101100 100011 111011

Color Harmonies of #7277BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7277BB

Black with #7277BB

Text Example


Text Example

White with #7277BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7277BB; }

 p { color: rgb(114,119,187); }

 H1.HeaderClassName
 {
   color: #7277BB;
 }
 .AnyTagClassName
 {
   color: #7277BB;
 }
</style>

background-color css

<style>
 a { background-color: #7277BB; }

 a { background-color: rgb(114,119,187); }

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

border-color css

<style>
 span { border-color: #7277BB; }

 span { border-color: rgb(114,119,187); }

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