Html Css Color HEX #7172BC Chetwode Blue

📋 copy color: '#7172BC'

red 113 ◦ green 114 ◦ blue 188

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

Shades of Chetwode Blue #7172BC

Tints of Chetwode Blue #7172BC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.47%

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

R = 27.23%
G = 27.47%
B = 45.3%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7172BC (or 0x7172BC) is known color: Chetwode Blue. HEX triplet: 71, 72 and BC. RGB value is (113,114,188). Sum of RGB (Red+Green+Blue) = 113+114+188=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #7172BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7172BC is #8E8D43. Grayscale: #797979. Windows color (decimal): -9342276 or 12350065. OLE color: 12350065.

HSL color Cylindrical-coordinate representation of color #7172BC: hue angle of 239.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 #7172BC is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 114 188 -
CMYK 0.40 0.39 0 0.26
HSL 239.2º 0.36% 0.59% -
HSV(B) 239.2º 0.4% 0.74% -
XYZ 21.9 19.18 50.12 -
YUV 122.14 165.17 121.48 -
System Red Green Blue C M Y K H S L
Decimal 113 114 188 0.40 0.39 0 0.26 239.2 0.36 0.59
Hex 71 72 BC 28 27 0 1A EF 24 3B
Octal 161 162 274 50 47 0 32 357 44 73
Binary 1110001 1110010 10111100 101000 100111 0 11010 11101111 100100 111011

Color Harmonies of #7172BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7172BC

Black with #7172BC

Text Example


Text Example

White with #7172BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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