Html Css Color HEX #7277BC Chetwode Blue

📋 copy color: '#7277BC'

red 114 ◦ green 119 ◦ blue 188

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

Shades of Chetwode Blue #7277BC

Tints of Chetwode Blue #7277BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.66%

R = 27.08%
G = 28.27%
B = 44.66%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7277BC (or 0x7277BC) is known color: Chetwode Blue. HEX triplet: 72, 77 and BC. RGB value is (114,119,188). Sum of RGB (Red+Green+Blue) = 114+119+188=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #7277BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7277BC is #8D8843. Grayscale: #7D7D7D. Windows color (decimal): -9275460 or 12351346. OLE color: 12351346.

HSL color Cylindrical-coordinate representation of color #7277BC: hue angle of 235.95º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7277BC is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 119 188 -
CMYK 0.39 0.37 0 0.26
HSL 235.95º 0.36% 0.59% -
HSV(B) 235.95º 0.39% 0.74% -
XYZ 22.61 20.4 50.32 -
YUV 125.37 163.34 119.89 -
System Red Green Blue C M Y K H S L
Decimal 114 119 188 0.39 0.37 0 0.26 235.95 0.36 0.59
Hex 72 77 BC 27 25 0 1A EC 24 3B
Octal 162 167 274 47 45 0 32 354 44 73
Binary 1110010 1110111 10111100 100111 100101 0 11010 11101100 100100 111011

Color Harmonies of #7277BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7277BC

Black with #7277BC

Text Example


Text Example

White with #7277BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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