Html Css Color HEX #7170D0 Moody Blue

📋 copy color: '#7170D0'

red 113 ◦ green 112 ◦ blue 208

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

Shades of Moody Blue #7170D0

Tints of Moody Blue #7170D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.04%

R = 26.1%
G = 25.87%
B = 48.04%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7170D0 (or 0x7170D0) is known color: Moody Blue. HEX triplet: 71, 70 and D0. RGB value is (113,112,208). Sum of RGB (Red+Green+Blue) = 113+112+208=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 208 - color contains mainly: blue. Hex color #7170D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7170D0 is #8E8F2F. Grayscale: #7A7A7A. Windows color (decimal): -9342768 or 13660273. OLE color: 13660273.

HSL color Cylindrical-coordinate representation of color #7170D0: hue angle of 240.62º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7170D0 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 112 208 -
CMYK 0.46 0.46 0 0.18
HSL 240.63º 0.51% 0.63% -
HSV(B) 240.63º 0.46% 0.82% -
XYZ 23.99 19.65 62.2 -
YUV 123.24 175.83 120.69 -
System Red Green Blue C M Y K H S L
Decimal 113 112 208 0.46 0.46 0 0.18 240.63 0.51 0.63
Hex 71 70 D0 2E 2E 0 12 F1 33 3F
Octal 161 160 320 56 56 0 22 361 63 77
Binary 1110001 1110000 11010000 101110 101110 0 10010 11110001 110011 111111

Color Harmonies of #7170D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7170D0

Black with #7170D0

Text Example


Text Example

White with #7170D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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