Html Css Color HEX #7170BD Chetwode Blue

📋 copy color: '#7170BD'

red 113 ◦ green 112 ◦ blue 189

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

Shades of Chetwode Blue #7170BD

Tints of Chetwode Blue #7170BD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.05%

 BLUE value IS 189 (74.22% from 255) = 45.65%

R = 27.29%
G = 27.05%
B = 45.65%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7170BD (or 0x7170BD) is known color: Chetwode Blue. HEX triplet: 71, 70 and BD. RGB value is (113,112,189). Sum of RGB (Red+Green+Blue) = 113+112+189=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #7170BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7170BD is #8E8F42. Grayscale: #787878. Windows color (decimal): -9342787 or 12415089. OLE color: 12415089.

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

Color convert

RGB 113 112 189 -
CMYK 0.40 0.41 0 0.26
HSL 240.78º 0.37% 0.59% -
HSV(B) 240.78º 0.41% 0.74% -
XYZ 21.79 18.77 50.62 -
YUV 121.08 166.33 122.24 -
System Red Green Blue C M Y K H S L
Decimal 113 112 189 0.40 0.41 0 0.26 240.78 0.37 0.59
Hex 71 70 BD 28 29 0 1A F1 25 3B
Octal 161 160 275 50 51 0 32 361 45 73
Binary 1110001 1110000 10111101 101000 101001 0 11010 11110001 100101 111011

Color Harmonies of #7170BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7170BD

Black with #7170BD

Text Example


Text Example

White with #7170BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7170BD; }

 p { color: rgb(113,112,189); }

 H1.HeaderClassName
 {
   color: #7170BD;
 }
 .AnyTagClassName
 {
   color: #7170BD;
 }
</style>

background-color css

<style>
 a { background-color: #7170BD; }

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

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

border-color css

<style>
 span { border-color: #7170BD; }

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

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