Html Css Color HEX #7176CC Moody Blue

📋 copy color: '#7176CC'

red 113 ◦ green 118 ◦ blue 204

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

Shades of Moody Blue #7176CC

Tints of Moody Blue #7176CC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.13%

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

R = 25.98%
G = 27.13%
B = 46.9%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7176CC (or 0x7176CC) is known color: Moody Blue. HEX triplet: 71, 76 and CC. RGB value is (113,118,204). Sum of RGB (Red+Green+Blue) = 113+118+204=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #7176CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7176CC is #8E8933. Grayscale: #7D7D7D. Windows color (decimal): -9341236 or 13399665. OLE color: 13399665.

HSL color Cylindrical-coordinate representation of color #7176CC: hue angle of 236.7º 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 #7176CC is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 118 204 -
CMYK 0.45 0.42 0 0.2
HSL 236.7º 0.47% 0.62% -
HSV(B) 236.7º 0.45% 0.8% -
XYZ 24.19 20.83 59.87 -
YUV 126.31 171.84 118.51 -
System Red Green Blue C M Y K H S L
Decimal 113 118 204 0.45 0.42 0 0.2 236.7 0.47 0.62
Hex 71 76 CC 2D 2A 0 14 ED 2F 3E
Octal 161 166 314 55 52 0 24 355 57 76
Binary 1110001 1110110 11001100 101101 101010 0 10100 11101101 101111 111110

Color Harmonies of #7176CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7176CC

Black with #7176CC

Text Example


Text Example

White with #7176CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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