#747FDE

Color #747FDE Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #747FDE

Tints of Portage #747FDE

Color information

#747FDE (or 0x747FDE) is unknown color: approx Portage. HEX triplet: 74, 7F and DE. RGB value is (116,127,222). Sum of RGB (Red+Green+Blue) = 116+127+222=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #747FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747FDE is #8B8021. Grayscale: #868686. Windows color (decimal): -9142306 or 14581620. OLE color: 14581620.

HSL color Cylindrical-coordinate representation of color #747FDE: hue angle of 233.77º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #747FDE is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116127222-
CMYK0.480.4300.13
HSL233.77º61.63%66.27%-
HSV(B)233.77º47.75%87.06%-
XYZ27.9824.1772.3-
YUV134.54177.36114.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.95%
GREEN value IS 127 (50% from 255) = 27.31%
BLUE value IS 222 (87.11% from 255) = 47.74%
R=24.95%
G=27.31%
B=47.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161272220.480.4300.13233.7761.6366.27
Hex747FDE302B0Dea3e42
Octal164177336605301535276102
Binary111010011111111101111011000010101101101111010101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747FDE; }

 p { color: rgb(116,127,222); }

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

<style>
 a { background-color: #747FDE; }

 a { background-color: rgb(116,127,222); }

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

<style>
 span { border-color: #747FDE; }

 span { border-color: rgb(116,127,222); }

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