#7274CB

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

Shades of Moody Blue #7274CB

Tints of Moody Blue #7274CB

Color information

#7274CB (or 0x7274CB) is unknown color: approx Moody Blue. HEX triplet: 72, 74 and CB. RGB value is (114,116,203). Sum of RGB (Red+Green+Blue) = 114+116+203=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #7274CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7274CB is #8D8B34. Grayscale: #7C7C7C. Windows color (decimal): -9276213 or 13333618. OLE color: 13333618.

HSL color Cylindrical-coordinate representation of color #7274CB: hue angle of 238.65º 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 #7274CB is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB114116203-
CMYK0.440.4300.20
HSL238.65º46.11%62.16%-
HSV(B)238.65º43.84%79.61%-
XYZ23.9620.3859.17-
YUV125.32171.84119.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.33%
GREEN value IS 116 (45.70% from 255) = 26.79%
BLUE value IS 203 (79.69% from 255) = 46.88%
R=26.33%
G=26.79%
B=46.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1141162030.440.4300.20238.6546.1162.16
Hex7274CB2C2B014ef2e3e
Octal16216431354530243575676
Binary111001011101001100101110110010101101010011101111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7274CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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