Html Css Color HEX #7277BE Chetwode Blue

📋 copy color: '#7277BE'

red 114 ◦ green 119 ◦ blue 190

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

Shades of Chetwode Blue #7277BE

Tints of Chetwode Blue #7277BE

RGB

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

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

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

R = 26.95%
G = 28.13%
B = 44.92%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7277BE (or 0x7277BE) is known color: Chetwode Blue. HEX triplet: 72, 77 and BE. RGB value is (114,119,190). Sum of RGB (Red+Green+Blue) = 114+119+190=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #7277BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7277BE is #8D8841. Grayscale: #7D7D7D. Windows color (decimal): -9275458 or 12482418. OLE color: 12482418.

HSL color Cylindrical-coordinate representation of color #7277BE: hue angle of 236.05º 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 #7277BE is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 119 190 -
CMYK 0.40 0.37 0 0.25
HSL 236.05º 0.37% 0.6% -
HSV(B) 236.05º 0.4% 0.75% -
XYZ 22.83 20.49 51.47 -
YUV 125.6 164.34 119.73 -
System Red Green Blue C M Y K H S L
Decimal 114 119 190 0.40 0.37 0 0.25 236.05 0.37 0.6
Hex 72 77 BE 28 25 0 19 EC 25 3C
Octal 162 167 276 50 45 0 31 354 45 74
Binary 1110010 1110111 10111110 101000 100101 0 11001 11101100 100101 111100

Color Harmonies of #7277BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7277BE

Black with #7277BE

Text Example


Text Example

White with #7277BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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