#748CD7

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

Shades of Portage #748CD7

Tints of Portage #748CD7

Color information

#748CD7 (or 0x748CD7) is unknown color: approx Portage. HEX triplet: 74, 8C and D7. RGB value is (116,140,215). Sum of RGB (Red+Green+Blue) = 116+140+215=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #748CD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748CD7 is #8B7328. Grayscale: #8D8D8D. Windows color (decimal): -9138985 or 14126196. OLE color: 14126196.

HSL color Cylindrical-coordinate representation of color #748CD7: hue angle of 225.45º 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 #748CD7 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB116140215-
CMYK0.460.3500.16
HSL225.45º55.31%64.9%-
HSV(B)225.45º46.05%84.31%-
XYZ28.8527.3868.05-
YUV141.37169.55109.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.63%
GREEN value IS 140 (55.08% from 255) = 29.72%
BLUE value IS 215 (84.38% from 255) = 45.65%
R=24.63%
G=29.72%
B=45.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1161402150.460.3500.16225.4555.3164.9
Hex748CD72E23010e13741
Octal164214327564302034167101
Binary11101001000110011010111101110100011010000111000011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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