Html Css Color HEX #7171BF Chetwode Blue

📋 copy color: '#7171BF'

red 113 ◦ green 113 ◦ blue 191

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

Shades of Chetwode Blue #7171BF

Tints of Chetwode Blue #7171BF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.1%

 BLUE value IS 191 (75% from 255) = 45.8%

R = 27.1%
G = 27.1%
B = 45.8%

CMYK

 C value IS 0.41

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7171BF (or 0x7171BF) is known color: Chetwode Blue. HEX triplet: 71, 71 and BF. RGB value is (113,113,191). Sum of RGB (Red+Green+Blue) = 113+113+191=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #7171BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7171BF is #8E8E40. Grayscale: #797979. Windows color (decimal): -9342529 or 12546417. OLE color: 12546417.

HSL color Cylindrical-coordinate representation of color #7171BF: hue angle of 240º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7171BF is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 113 191 -
CMYK 0.41 0.41 0 0.25
HSL 240º 0.38% 0.6% -
HSV(B) 240º 0.41% 0.75% -
XYZ 22.12 19.08 51.81 -
YUV 121.89 167 121.66 -
System Red Green Blue C M Y K H S L
Decimal 113 113 191 0.41 0.41 0 0.25 240 0.38 0.6
Hex 71 71 BF 29 29 0 19 F0 26 3C
Octal 161 161 277 51 51 0 31 360 46 74
Binary 1110001 1110001 10111111 101001 101001 0 11001 11110000 100110 111100

Color Harmonies of #7171BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7171BF

Black with #7171BF

Text Example


Text Example

White with #7171BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7171BF; }

 p { color: rgb(113,113,191); }

 H1.HeaderClassName
 {
   color: #7171BF;
 }
 .AnyTagClassName
 {
   color: #7171BF;
 }
</style>

background-color css

<style>
 a { background-color: #7171BF; }

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

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

border-color css

<style>
 span { border-color: #7171BF; }

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

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