Html Css Color HEX #7179CC Moody Blue

📋 copy color: '#7179CC'

red 113 ◦ green 121 ◦ blue 204

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

Shades of Moody Blue #7179CC

Tints of Moody Blue #7179CC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.63%

 BLUE value IS 204 (80.08% from 255) = 46.58%

R = 25.8%
G = 27.63%
B = 46.58%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7179CC (or 0x7179CC) is known color: Moody Blue. HEX triplet: 71, 79 and CC. RGB value is (113,121,204). Sum of RGB (Red+Green+Blue) = 113+121+204=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #7179CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7179CC is #8E8633. Grayscale: #7F7F7F. Windows color (decimal): -9340468 or 13400433. OLE color: 13400433.

HSL color Cylindrical-coordinate representation of color #7179CC: hue angle of 234.73º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7179CC is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 121 204 -
CMYK 0.45 0.41 0 0.2
HSL 234.73º 0.47% 0.62% -
HSV(B) 234.73º 0.45% 0.8% -
XYZ 24.55 21.55 59.99 -
YUV 128.07 170.85 117.25 -
System Red Green Blue C M Y K H S L
Decimal 113 121 204 0.45 0.41 0 0.2 234.73 0.47 0.62
Hex 71 79 CC 2D 29 0 14 EB 2F 3E
Octal 161 171 314 55 51 0 24 353 57 76
Binary 1110001 1111001 11001100 101101 101001 0 10100 11101011 101111 111110

Color Harmonies of #7179CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7179CC

Black with #7179CC

Text Example


Text Example

White with #7179CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7179CC; }

 p { color: rgb(113,121,204); }

 H1.HeaderClassName
 {
   color: #7179CC;
 }
 .AnyTagClassName
 {
   color: #7179CC;
 }
</style>

background-color css

<style>
 a { background-color: #7179CC; }

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

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

border-color css

<style>
 span { border-color: #7179CC; }

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

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