Html Css Color HEX #7172CC Moody Blue

📋 copy color: '#7172CC'

red 113 ◦ green 114 ◦ blue 204

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

Shades of Moody Blue #7172CC

Tints of Moody Blue #7172CC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.45%

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

R = 26.22%
G = 26.45%
B = 47.33%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7172CC (or 0x7172CC) is known color: Moody Blue. HEX triplet: 71, 72 and CC. RGB value is (113,114,204). Sum of RGB (Red+Green+Blue) = 113+114+204=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #7172CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7172CC is #8E8D33. Grayscale: #7B7B7B. Windows color (decimal): -9342260 or 13398641. OLE color: 13398641.

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

Color convert

RGB 113 114 204 -
CMYK 0.45 0.44 0 0.2
HSL 239.34º 0.47% 0.62% -
HSV(B) 239.34º 0.45% 0.8% -
XYZ 23.73 19.9 59.72 -
YUV 123.96 173.17 120.18 -
System Red Green Blue C M Y K H S L
Decimal 113 114 204 0.45 0.44 0 0.2 239.34 0.47 0.62
Hex 71 72 CC 2D 2C 0 14 EF 2F 3E
Octal 161 162 314 55 54 0 24 357 57 76
Binary 1110001 1110010 11001100 101101 101100 0 10100 11101111 101111 111110

Color Harmonies of #7172CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7172CC

Black with #7172CC

Text Example


Text Example

White with #7172CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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