#949FD7

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

Shades of Portage #949FD7

Tints of Portage #949FD7

Color information

#949FD7 (or 0x949FD7) is unknown color: approx Portage. HEX triplet: 94, 9F and D7. RGB value is (148,159,215). Sum of RGB (Red+Green+Blue) = 148+159+215=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 215 (84.38% from 255 or 41.19% from 522); Max value from RGB is 215 - color contains mainly: blue. Hex color #949FD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FD7 is #6B6028. Grayscale: #A1A1A1. Windows color (decimal): -7036969 or 14131092. OLE color: 14131092.

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

Color convert

RGB148159215-
CMYK0.310.2600.16
HSL230.15º45.58%71.18%-
HSV(B)230.15º31.16%84.31%-
XYZ36.883669.29-
YUV162.09157.86117.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.35%
GREEN value IS 159 (62.5% from 255) = 30.46%
BLUE value IS 215 (84.38% from 255) = 41.19%
R=28.35%
G=30.46%
B=41.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1481592150.310.2600.16230.1545.5871.18
Hex949FD71F1A010e62e47
Octal224237327373202034656107
Binary1001010010011111110101111111111010010000111001101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,159,215); }

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

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

 a { background-color: rgb(148,159,215); }

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

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

 span { border-color: rgb(148,159,215); }

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