#748FD7

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

Shades of Portage #748FD7

Tints of Portage #748FD7

Color information

#748FD7 (or 0x748FD7) is unknown color: approx Portage. HEX triplet: 74, 8F and D7. RGB value is (116,143,215). Sum of RGB (Red+Green+Blue) = 116+143+215=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 215 - color contains mainly: blue. Hex color #748FD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748FD7 is #8B7028. Grayscale: #8E8E8E. Windows color (decimal): -9138217 or 14126964. OLE color: 14126964.

HSL color Cylindrical-coordinate representation of color #748FD7: hue angle of 223.64º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #748FD7 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB116143215-
CMYK0.460.3300.16
HSL223.64º55.31%64.9%-
HSV(B)223.64º46.05%84.31%-
XYZ29.2928.2668.2-
YUV143.14168.55108.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.47%
GREEN value IS 143 (56.25% from 255) = 30.17%
BLUE value IS 215 (84.38% from 255) = 45.36%
R=24.47%
G=30.17%
B=45.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1161432150.460.3300.16223.6455.3164.9
Hex748FD72E21010e03741
Octal164217327564102034067101
Binary11101001000111111010111101110100001010000111000001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748FD7; }

 p { color: rgb(116,143,215); }

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

<style>
 a { background-color: #748FD7; }

 a { background-color: rgb(116,143,215); }

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

<style>
 span { border-color: #748FD7; }

 span { border-color: rgb(116,143,215); }

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