#7172CB

Color #7172CB Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #7172CB

Tints of Moody Blue #7172CB

Color information

#7172CB (or 0x7172CB) is unknown color: approx Moody Blue. HEX triplet: 71, 72 and CB. RGB value is (113,114,203). Sum of RGB (Red+Green+Blue) = 113+114+203=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #7172CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7172CB is #8E8D34. Grayscale: #7B7B7B. Windows color (decimal): -9342261 or 13333105. OLE color: 13333105.

HSL color Cylindrical-coordinate representation of color #7172CB: hue angle of 239.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7172CB is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB113114203-
CMYK0.440.4400.20
HSL239.33º46.39%61.96%-
HSV(B)239.33º44.33%79.61%-
XYZ23.6119.8659.09-
YUV123.85172.67120.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.28%
GREEN value IS 114 (44.92% from 255) = 26.51%
BLUE value IS 203 (79.69% from 255) = 47.21%
R=26.28%
G=26.51%
B=47.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131142030.440.4400.20239.3346.3961.96
Hex7172CB2C2C014ef2e3e
Octal16116231354540243575676
Binary111000111100101100101110110010110001010011101111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7172CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7172CB;
 }
 .AnyTagClassName
 {
   color: #7172CB;
 }
</style>
background-color css

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

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

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

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

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

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