Html Css Color HEX #7177BC Chetwode Blue

📋 copy color: '#7177BC'

red 113 ◦ green 119 ◦ blue 188

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

Shades of Chetwode Blue #7177BC

Tints of Chetwode Blue #7177BC

RGB

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

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

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

R = 26.9%
G = 28.33%
B = 44.76%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7177BC (or 0x7177BC) is known color: Chetwode Blue. HEX triplet: 71, 77 and BC. RGB value is (113,119,188). Sum of RGB (Red+Green+Blue) = 113+119+188=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #7177BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7177BC is #8E8843. Grayscale: #7C7C7C. Windows color (decimal): -9340996 or 12351345. OLE color: 12351345.

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

Color convert

RGB 113 119 188 -
CMYK 0.40 0.37 0 0.26
HSL 235.2º 0.36% 0.59% -
HSV(B) 235.2º 0.4% 0.74% -
XYZ 22.48 20.34 50.32 -
YUV 125.07 163.51 119.39 -
System Red Green Blue C M Y K H S L
Decimal 113 119 188 0.40 0.37 0 0.26 235.2 0.36 0.59
Hex 71 77 BC 28 25 0 1A EB 24 3B
Octal 161 167 274 50 45 0 32 353 44 73
Binary 1110001 1110111 10111100 101000 100101 0 11010 11101011 100100 111011

Color Harmonies of #7177BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7177BC

Black with #7177BC

Text Example


Text Example

White with #7177BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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