Html Css Color HEX #7177BA Chetwode Blue

📋 copy color: '#7177BA'

red 113 ◦ green 119 ◦ blue 186

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

Shades of Chetwode Blue #7177BA

Tints of Chetwode Blue #7177BA

RGB

 RED value IS 113 (44.53% from 255) = 27.03%

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

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

R = 27.03%
G = 28.47%
B = 44.5%

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

#7177BA (or 0x7177BA) is known color: Chetwode Blue. HEX triplet: 71, 77 and BA. RGB value is (113,119,186). Sum of RGB (Red+Green+Blue) = 113+119+186=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 119 (46.88% from 255 or 28.47% 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 #7177BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7177BA is #8E8845. Grayscale: #7C7C7C. Windows color (decimal): -9340998 or 12220273. OLE color: 12220273.

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

Color convert

RGB 113 119 186 -
CMYK 0.39 0.36 0 0.27
HSL 235.07º 0.35% 0.59% -
HSV(B) 235.07º 0.39% 0.73% -
XYZ 22.27 20.25 49.19 -
YUV 124.84 162.51 119.55 -
System Red Green Blue C M Y K H S L
Decimal 113 119 186 0.39 0.36 0 0.27 235.07 0.35 0.59
Hex 71 77 BA 27 24 0 1B EB 23 3B
Octal 161 167 272 47 44 0 33 353 43 73
Binary 1110001 1110111 10111010 100111 100100 0 11011 11101011 100011 111011

Color Harmonies of #7177BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7177BA

Black with #7177BA

Text Example


Text Example

White with #7177BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,119,186); }

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

background-color css

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

 a { background-color: rgb(113,119,186); }

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

border-color css

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

 span { border-color: rgb(113,119,186); }

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