Html Css Color HEX #7170B6 Chetwode Blue

📋 copy color: '#7170B6'

red 113 ◦ green 112 ◦ blue 182

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

Shades of Chetwode Blue #7170B6

Tints of Chetwode Blue #7170B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.72%

R = 27.76%
G = 27.52%
B = 44.72%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7170B6 (or 0x7170B6) is known color: Chetwode Blue. HEX triplet: 71, 70 and B6. RGB value is (113,112,182). Sum of RGB (Red+Green+Blue) = 113+112+182=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 182 - color contains mainly: blue. Hex color #7170B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7170B6 is #8E8F49. Grayscale: #777777. Windows color (decimal): -9342794 or 11956337. OLE color: 11956337.

HSL color Cylindrical-coordinate representation of color #7170B6: hue angle of 240.86º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7170B6 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 112 182 -
CMYK 0.38 0.38 0 0.29
HSL 240.86º 0.32% 0.58% -
HSV(B) 240.86º 0.38% 0.71% -
XYZ 21.05 18.48 46.71 -
YUV 120.28 162.83 122.81 -
System Red Green Blue C M Y K H S L
Decimal 113 112 182 0.38 0.38 0 0.29 240.86 0.32 0.58
Hex 71 70 B6 26 26 0 1D F1 20 3A
Octal 161 160 266 46 46 0 35 361 40 72
Binary 1110001 1110000 10110110 100110 100110 0 11101 11110001 100000 111010

Color Harmonies of #7170B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7170B6

Black with #7170B6

Text Example


Text Example

White with #7170B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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