Html Css Color HEX #7170CE Moody Blue

📋 copy color: '#7170CE'

red 113 ◦ green 112 ◦ blue 206

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

Shades of Moody Blue #7170CE

Tints of Moody Blue #7170CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 26.22%
G = 25.99%
B = 47.8%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7170CE (or 0x7170CE) is known color: Moody Blue. HEX triplet: 71, 70 and CE. RGB value is (113,112,206). Sum of RGB (Red+Green+Blue) = 113+112+206=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #7170CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7170CE is #8E8F31. Grayscale: #7A7A7A. Windows color (decimal): -9342770 or 13529201. OLE color: 13529201.

HSL color Cylindrical-coordinate representation of color #7170CE: hue angle of 240.64º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7170CE is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 112 206 -
CMYK 0.45 0.46 0 0.19
HSL 240.64º 0.49% 0.62% -
HSV(B) 240.64º 0.46% 0.81% -
XYZ 23.74 19.56 60.92 -
YUV 123.02 174.83 120.86 -
System Red Green Blue C M Y K H S L
Decimal 113 112 206 0.45 0.46 0 0.19 240.64 0.49 0.62
Hex 71 70 CE 2D 2E 0 13 F1 31 3E
Octal 161 160 316 55 56 0 23 361 61 76
Binary 1110001 1110000 11001110 101101 101110 0 10011 11110001 110001 111110

Color Harmonies of #7170CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7170CE

Black with #7170CE

Text Example


Text Example

White with #7170CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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